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

@ -7,4 +7,4 @@ Next you can update your site name, avatar and other options using the _config.y
![_config.yml](/images/config.png) ![_config.yml](/images/config.png)
The easiest way to make your first post is simply to edit this one. Just go into /_posts and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. The easiest way to make your first post is simply to edit this one. Just go into /_posts and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.

View file

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

View file

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