Skip to content

Commit

Permalink
Force light theme on images
Browse files Browse the repository at this point in the history
See #60
  • Loading branch information
precondition committed Aug 30, 2024
1 parent e81689d commit 1330644
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ tbody tr:nth-child(odd) {
tbody th {
background-color: #f1f1f1;
}

image, img, svg {
color-scheme: light;
}

0 comments on commit 1330644

Please sign in to comment.