Skip to content

Commit 85d4e24

Browse files
authored
fix(footer): align legal link hover color with adjacent nav (#8202)
1 parent 68ecd40 commit 85d4e24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Footer/Footer.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const footerLinkClasses =
1010

1111
const Footer = () => (
1212
<footer className="w-full flex-[0_0_auto] print:hidden">
13-
<Container className="mx-auto max-w-[900px] px-5 pb-[30px] pt-[40px] text-center [&_a]:text-[#3b7eb5]">
13+
<Container className="mx-auto max-w-[900px] px-5 pb-[30px] pt-[40px] text-center">
1414
<div className="mb-[24px] flex justify-center">
1515
<a href="https://openjsf.org" target="_blank" rel="noopener noreferrer">
1616
<img
@@ -20,7 +20,7 @@ const Footer = () => (
2020
/>
2121
</a>
2222
</div>
23-
<p className="mx-auto text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0]">
23+
<p className="mx-auto text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0] [&_a]:text-[#3b7eb5] [&_a:hover]:!text-[#144f80] dark:[&_a:hover]:!text-[#82b7f6]">
2424
Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and
2525
webpack contributors. All rights reserved. The{" "}
2626
<a href="https://openjsf.org">OpenJS Foundation</a> has registered
@@ -36,7 +36,7 @@ const Footer = () => (
3636
holders. Use of them does not imply any affiliation with or endorsement
3737
by them.
3838
</p>
39-
<p className="mx-auto mt-[18px] text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0]">
39+
<p className="mx-auto mt-[18px] text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0] [&_a]:text-[#3b7eb5] [&_a:hover]:!text-[#144f80] dark:[&_a:hover]:!text-[#82b7f6]">
4040
<a href="https://openjsf.org">The OpenJS Foundation</a> |{" "}
4141
<a href="https://ai-coding-assistants-policy.openjsf.org/">
4242
AI Coding Assistants Policy

0 commit comments

Comments
 (0)