Skip to content

Commit

Permalink
fix: social links light mode (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed May 31, 2024
1 parent 477d5ed commit 46ded40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
.bottom-cta {
color: white;
}

.social-links {
filter: invert(0.8)
}
}

a:hover:not(.hover-none):not(.nav-link) {
Expand Down

0 comments on commit 46ded40

Please sign in to comment.