Skip to content

Instantly share code, notes, and snippets.

@terrehbyte
Created October 29, 2014 12:52
Show Gist options
  • Save terrehbyte/b71f9e48c606627e5a0b to your computer and use it in GitHub Desktop.
Save terrehbyte/b71f9e48c606627e5a0b to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("open.gl")
{
body
{
color: #777;
background-color: #111;
}
nav a
{
color: #888;
}
nav li.selected
{
background-color: #444;
}
nav li.selected:after
{
border-left: 0.6em solid #444;
}
nav blockquote
{
background-color: #222;
border-color: #333;
}
article > p > code, a > code
{
color: #DCDCDC;
background-color: #222;
}
pre code
{
background-color: #0F0F0F;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment