aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2014-3-3-Hello-World.md2
-rw-r--r--scss/_highlights.scss1
-rw-r--r--style.css3
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; }