Created
April 26, 2013 04:42
-
-
Save peterk87/5465071 to your computer and use it in GitHub Desktop.
CSS: NCIX.com dark theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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