Skip to content

Instantly share code, notes, and snippets.

@micalevisk
Last active January 27, 2021 03:02
Show Gist options
  • Save micalevisk/7cdbb40e9cf92e7c5b1563e7f79fe2d3 to your computer and use it in GitHub Desktop.
Save micalevisk/7cdbb40e9cf92e7c5b1563e7f79fe2d3 to your computer and use it in GitHub Desktop.
before after
before after
/* dark mode RFC by @micalevisk */
body {
background: #010409;
color: #c9d1d9;
}
span.docinfo {
background-color: rgba(240,246,252,0.15) !important;
}
a:link {
color: #58a6ff;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: rgba(152, 206, 255, 0.51);
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment