Skip to content

Instantly share code, notes, and snippets.

@irgendwie
Created November 16, 2017 22:04
Show Gist options
  • Save irgendwie/60d58674f642e3dde07b3f051f4f417c to your computer and use it in GitHub Desktop.
Save irgendwie/60d58674f642e3dde07b3f051f4f417c to your computer and use it in GitHub Desktop.
Fefes Blog Dark
/* 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