Skip to content

Commit

Permalink
Merge pull request #5649 from dodona-edu/enhance/invert-image-class
Browse files Browse the repository at this point in the history
Add dark invert class for images
  • Loading branch information
jorg-vr authored Jul 1, 2024
2 parents aad8e5d + d1d46a2 commit 0a894c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/theme/m3-theme-dark.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
display: unset;
}

.dark-invert {
filter: invert(100%);
}

:root {
color-scheme: dark;
}
Expand Down

0 comments on commit 0a894c7

Please sign in to comment.