Skip to content

Commit

Permalink
Document light/dark image display CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed May 3, 2024
1 parent b1db9cd commit 3b63ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/theme-css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body {
text-align: center !important;
}

/* Handle selective display of images depending on light/dark theme */

html:not([data-theme]) {
.light-theme {
display: none;
Expand Down

0 comments on commit 3b63ea0

Please sign in to comment.