Skip to content

Commit 6a2f39a

Browse files
committed
Footer links hover colors
1 parent 1379c10 commit 6a2f39a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/shared/AppFooter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const AppFooter = () => {
4949
</ul>
5050
</div>
5151

52-
{/* Footer copyright start */}
52+
{/* Footer copyright */}
5353
<AppFooterCopyright />
5454
</div>
5555
</div>

src/components/shared/AppFooterCopyright.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ function AppFooterCopyright() {
77
&copy; {new Date().getFullYear()}
88
<Link
99
to="https://github.com/realstoman/react-tailwindcss-portfolio"
10-
className="hover:underline ml-1"
10+
className="hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1"
1111
>
1212
React & TailwindCSS Portfolio
1313
</Link>
1414
.
1515
<Link
1616
to="https://stoman.me"
1717
target="__blank"
18-
className="text-secondary-dark dark:text-secondary-light uppercase hover:underline ml-1"
18+
className="text-secondary-dark dark:text-secondary-light font-medium uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1"
1919
>
2020
Stoman
2121
</Link>

0 commit comments

Comments
 (0)