Making syntax highlighting more readable
This commit is contained in:
parent
5b34fba102
commit
734a6bba41
|
@ -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.
|
||||
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.
|
|
@ -18,6 +18,7 @@
|
|||
code {
|
||||
font-family: 'Courier', monospace;
|
||||
font-size: 14px;
|
||||
color: #999
|
||||
}
|
||||
|
||||
// Solarized Light Pygments
|
||||
|
|
Loading…
Reference in a new issue