Created
April 7, 2023 10:08
-
-
Save kaosf/fa577e81cd13eddcf3c27c2a531a505c to your computer and use it in GitHub Desktop.
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
@media (prefers-color-scheme: dark) { | |
body { | |
background-color: #303742; | |
color: #b7b7b7; | |
} | |
a { | |
color: #7775f9; | |
} | |
a:visited { | |
color: #a7a6fb; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment