Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 18, 2024
1 parent 83c9682 commit 9f16c7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/stylesheets/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -665,13 +665,11 @@ div.tab-content {
[data-bs-theme=light] img.dark-only {
display: none;
}


// Invert images that request it during dark mode
[data-bs-theme=dark] img.dark-invert {
filter: invert(100%);
}
// Hide the purple university of sheffield logo during dark mode
[data-bs-theme=dark] img.light_only {
[data-bs-theme=dark] img.light-only {
display: none;
}

0 comments on commit 9f16c7e

Please sign in to comment.