Skip to content

Instantly share code, notes, and snippets.

@okor
Created September 22, 2013 19:56
Show Gist options
  • Select an option

  • Save okor/6663201 to your computer and use it in GitHub Desktop.

Select an option

Save okor/6663201 to your computer and use it in GitHub Desktop.
Munin "theme" - it's dark
img { -webkit-filter: invert(1) !important; }
div.logo { -webkit-filter: invert(1) !important; background-color: white !important;}
* { background-color: black !important; }
*:not(a) { color: white !important; border: none !important; }
a { color: #4dfb45 !important; border: none !important; font-weight: normal !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment