Created
August 20, 2021 17:42
-
-
Save Accudio/9c2f4eacc7f64ecf1ac854a246ac66e0 to your computer and use it in GitHub Desktop.
Quick and Dirty 'Dark Mode'
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
| body { | |
| background: black; | |
| } | |
| body, img { | |
| filter: invert(1) hue-rotate(180deg); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment