Making syntax highlighting more readable

This commit is contained in:
Barry Clark 2014-06-01 18:45:35 -04:00
parent 5b34fba102
commit 734a6bba41
3 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@
code {
font-family: 'Courier', monospace;
font-size: 14px;
color: #999
}
// Solarized Light Pygments

View file

@ -241,7 +241,8 @@ footer {
code {
font-family: 'Courier', monospace;
font-size: 14px; }
font-size: 14px;
color: #999999; }
.highlight .c, .highlight .c1 {
color: #586e75; }