Made syntax highlighting white slightly less white.

This commit is contained in:
Dominik Picheta 2014-12-07 02:17:16 +00:00
commit 3a97576160

View file

@ -9,7 +9,7 @@ body {
font:13pt "arial";
background:#152534 url("/images/bg.jpg") no-repeat fixed center top; }
pre { color: #ffffff;}
pre { color: #F5F5F5;}
pre, pre * { cursor:text; }
pre .Comment { color:#6D6D6D; font-style:italic; }
pre .Keyword { color:#43A8CF; font-weight:bold; }