From 734a6bba41370d919d3a74466b1a75ce50b2829d Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:45:35 -0400 Subject: Making syntax highlighting more readable --- _posts/2014-3-3-Hello-World.md | 2 +- scss/_highlights.scss | 1 + style.css | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index 83a2a47..84392d7 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -7,4 +7,4 @@ Next you can update your site name, avatar and other options using the _config.y ![_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. \ No newline at end of file +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. \ No newline at end of file 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 diff --git a/style.css b/style.css index a8c531b..36780ae 100644 --- a/style.css +++ b/style.css @@ -241,7 +241,8 @@ footer { code { font-family: 'Courier', monospace; - font-size: 14px; } + font-size: 14px; + color: #999999; } .highlight .c, .highlight .c1 { color: #586e75; } -- cgit v1.2.3