Making syntax highlighting more readable
This commit is contained in:
parent
5b34fba102
commit
734a6bba41
3 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
code {
|
||||
font-family: 'Courier', monospace;
|
||||
font-size: 14px;
|
||||
color: #999
|
||||
}
|
||||
|
||||
// Solarized Light Pygments
|
||||
|
|
|
@ -241,7 +241,8 @@ footer {
|
|||
|
||||
code {
|
||||
font-family: 'Courier', monospace;
|
||||
font-size: 14px; }
|
||||
font-size: 14px;
|
||||
color: #999999; }
|
||||
|
||||
.highlight .c, .highlight .c1 {
|
||||
color: #586e75; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue