Skip to content

Instantly share code, notes, and snippets.

@peterk87
Created April 26, 2013 04:42
Show Gist options
  • Save peterk87/5465071 to your computer and use it in GitHub Desktop.
Save peterk87/5465071 to your computer and use it in GitHub Desktop.
CSS: NCIX.com dark theme
/*dark theme CSS for NCIX.com*/
div, table, b, td, tr, form, h1, h2, h3, h4, h5, input, select, span {
background: none !important;
}
div, table, b, td, tr, form, h1, h2, h3, h4, h5, textarea, input, select, span {
color: rgb(170,170,170) !important;
background-color: rgb(30,30,30) !important;
}
a, font, strong {
color: #8DCEF1 !important;
background-color: rgb(30,30,30) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment