Skip to content

Commit

Permalink
Merge pull request #479 from barefootstache/fix-onhover-header-link
Browse files Browse the repository at this point in the history
fix: onhover link icon color in dark mode
  • Loading branch information
chipzoller authored Sep 16, 2024
2 parents da65f2f + 0ac05ab commit 174847b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/sass/_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ html
img
background: none
svg
fill: #fafafa
fill: #fafafa
&:not(svg)
filter: invert(0.87)
.sidebar
&_inner
&::before
Expand Down

0 comments on commit 174847b

Please sign in to comment.