Created
December 30, 2024 01:18
-
-
Save AliciaMoses/b718c443ce8c2eee95d22d65781fadea to your computer and use it in GitHub Desktop.
Minimal dark-mode gist styling
This file contains 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
.gist-meta { | |
display: none; | |
} | |
@media (prefers-color-scheme: dark) { | |
.gist { | |
filter: invert(1) hue-rotate(180deg) brightness(0.8) contrast(1.2); | |
} | |
} |
Author
AliciaMoses
commented
Jan 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment