diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-01 18:45:35 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-01 18:45:35 -0400 |
| commit | 734a6bba41370d919d3a74466b1a75ce50b2829d (patch) | |
| tree | 2b8c6a5cfa0b5f61a600d66f486f23561f02d3c4 /scss | |
| parent | 5b34fba102ede299d784ea9f4d066e0555c57dbc (diff) | |
| download | acn-blog-734a6bba41370d919d3a74466b1a75ce50b2829d.tar.gz acn-blog-734a6bba41370d919d3a74466b1a75ce50b2829d.tar.bz2 acn-blog-734a6bba41370d919d3a74466b1a75ce50b2829d.zip | |
Making syntax highlighting more readable
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_highlights.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_highlights.scss b/scss/_highlights.scss index 6fcd6fa..d764cd0 100644 --- a/scss/_highlights.scss +++ b/scss/_highlights.scss @@ -18,6 +18,7 @@ code { font-family: 'Courier', monospace; font-size: 14px; + color: #999 } // Solarized Light Pygments |
