Skip to content

Commit

Permalink
try hiding dark mode images (resolves #2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Oct 7, 2024
1 parent 5f907d5 commit 6224271
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ img {

.hub-logo > img {
display: block;
}

a [href$="#gh-dark-mode-only"] {
display: none;
}

0 comments on commit 6224271

Please sign in to comment.