Skip to content

Instantly share code, notes, and snippets.

@chubas
Created March 8, 2011 20: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 chubas/860994 to your computer and use it in GitHub Desktop.
Save chubas/860994 to your computer and use it in GitHub Desktop.
ul.menu a {color: #fff !important;}
pre, .section .gist .gist-file .gist-data pre {
font-family: 'Consolas',sans-serif !important;
letter-spacing: -1px !important;
color: #eee !important;
background-color: #000 !important;
}
div.gist-file, .gist-syntax, .gist-data{
line-height: 1.5 !important;
font-family: 'Consolas',sans-serif !important;
letter-spacing: -1px !important;
background-color: #000 !important;
color: #ddd!important;
}
.gist-meta { background-color: #CCC !important }
.gist-syntax .nx { color: #FFF !important; }
.gist-syntax .p { color: #DDD !important; }
.gist-syntax .nt { color: #7777F7 !important; } /* Name.Tag */
.gist-syntax .nc { color: #AABBEE !important; font-weight: bold } /* Name.Class */
.gist-syntax .c { color: #00EA3A !important; font-style: italic } /* Comment */
.gist-syntax .kc { color: #9560CA !important; font-weight: bold } /* Keyword.Constant */
.gist-syntax .kd { color: #9560CA !important; font-weight: bold } /* Keyword.Declaration */
.gist-syntax .kp { color: #9560CA !important; font-weight: bold } /* Keyword.Pseudo */
.gist-syntax .kr { color: #9560CA !important; font-weight: bold } /* Keyword.Reserved */
.gist-syntax .o { color: #9560CA !important; font-weight: bold } /* Operator */
.gist-syntax .k { color: #9560CA !important; font-weight: bold } /* Keyword */
.gist-syntax .ow { color: #9560CA !important; !important; font-weight: bold } /* Operator.Word */
body {font-family:"���C���I", sans-serif}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment