Skip to content

Commit a302049

Browse files
committed
Update footer link hover and color styles
Adjust footer anchor styling in src/components/Footer/Footer.jsx: change base link color to #63a7de, add transition on links, and set hover color to #89c2eb with underline to improve visual feedback.
1 parent 046a2b1 commit a302049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
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 [&_a]:text-[#63a7de] [&_a]:transition-colors [&_a:hover]:text-[#89c2eb] [&_a:hover]:underline">
1414
<div className="mb-[24px] flex justify-center">
1515
<a href="https://openjsf.org" target="_blank" rel="noopener noreferrer">
1616
<img

0 commit comments

Comments
 (0)