Created
February 28, 2020 06:02
-
-
Save aalfiann/3245eac336f37bae867cc65ab1cadb7a to your computer and use it in GitHub Desktop.
Reduce Light Image In Dark Theme CSS.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :root { | |
| --image-filter: grayscale(50%); | |
| } | |
| img:not([src*=".svg"]) { | |
| filter: var(--image-filter); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment