Skip to content

Instantly share code, notes, and snippets.

@666threesixes666
Created November 6, 2013 04:39
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 666threesixes666/7330983 to your computer and use it in GitHub Desktop.
Save 666threesixes666/7330983 to your computer and use it in GitHub Desktop.
index.css
/*text&background*/
html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, font, strong, p, form, footer, fieldset, pre
{
color: white !important;
background: black !important;
}
select, button
{
background: black !important;
}
div, span, a
{
background-color: black !important;
}
select, input, span, code, textarea, pre, label, div, dd, option
{
color: white !important;
}
/*links*/
a
{
color: #0040ff !important;
}
a:visited
{
color: #224375 !important;
}
/*highlight*/
textarea, input, code
{
background: #333333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment