Created
November 16, 2017 22:04
-
-
Save irgendwie/60d58674f642e3dde07b3f051f4f417c to your computer and use it in GitHub Desktop.
Fefes Blog Dark
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
/* colors from Monokai color theme for TextMate | |
* https://www.monokai.nl/attic/textmate/Monokai.tmTheme | |
*/ | |
body { | |
background-color: #272822; | |
color: #F8F8F2; | |
} | |
h2 a { | |
color: #F8F8F2 !important; | |
} | |
a { | |
color: #66D9EF; | |
} | |
a:visited { | |
color: #FD971F; | |
} | |
a:hover { | |
background: unset; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment