Skip to content

Commit

Permalink
fix navbar github dark mode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 19, 2024
1 parent a3433ad commit 28418b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ html[data-theme="light"] #github-logo {
}

/* Dark mode: Show dark-mode.svg */
html[data-theme="black"] #github-logo {
html[data-theme="dark"] #github-logo {
content: url('/arc-website/github-mark-white.svg');
}
</style>

0 comments on commit 28418b9

Please sign in to comment.