Skip to content

Instantly share code, notes, and snippets.

@lucianmarin
Created October 18, 2014 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucianmarin/e64d54a8638500aefeaa to your computer and use it in GitHub Desktop.
Save lucianmarin/e64d54a8638500aefeaa to your computer and use it in GitHub Desktop.
Sublevel (dark mode)
body, .menu, .footer { background-color: #000; color: #eee; }
.main { background-color: #222; color: #eee; }
.menu li a { color: #eee; }
.entry a, .profile a, .footer a { color: #30c0c0; }
.page a, .dock a { background-color: #000; color: silver; }
.page a:hover, .dock a:hover { background-color: #333; }
.page a.selected { background-color: #30c0c0; }
.page sup { color: gray }
.list li { border-color: #444; }
.list .small a { color: #bbb; }
.list .small b { color: #888; }
.reply input[type=text] { background-color: #000; color: #ddd; border-color: #30c0c0; }
.reply input[type=text]:focus { color: #eee; border-color: #30c0c0; }
.subtitle, .center .tab a { border-color: #444; }
.auth input[type=text], .auth input[type=password] { background-color: #222; color: #eee; }
.auth input[type=submit], .auth input[type=submit]:hover { background-color: #222; color: #bbb; }
@brendanmurty
Copy link

Thanks Lucian, I've updated my userstyle with this CSS: https://userstyles.org/styles/106368/dark-sublevel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment