Skip to content

Commit 734a6bb

Browse files
committed
Making syntax highlighting more readable
1 parent 5b34fba commit 734a6bb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_posts/2014-3-3-Hello-World.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Next you can update your site name, avatar and other options using the _config.y
77

88
![_config.yml](/images/config.png)
99

10-
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.
10+
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.

scss/_highlights.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
code {
1919
font-family: 'Courier', monospace;
2020
font-size: 14px;
21+
color: #999
2122
}
2223

2324
// Solarized Light Pygments

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ footer {
241241

242242
code {
243243
font-family: 'Courier', monospace;
244-
font-size: 14px; }
244+
font-size: 14px;
245+
color: #999999; }
245246

246247
.highlight .c, .highlight .c1 {
247248
color: #586e75; }

0 commit comments

Comments
 (0)