code css tweaks

This commit is contained in:
Mike J Innes 2017-01-19 11:49:44 +00:00
parent 6c6bcdb846
commit af8e30b2b1

View File

@ -81,13 +81,13 @@ pre {
.hljs { .hljs {
display: block; display: block;
overflow-x: auto; overflow-x: auto;
color: #abb2bf; color: rgb(209, 209, 209);
/*background: #282c34;*/ /*background: #282c34;*/
padding: .5em; padding: .5em;
} }
.hljs-comment, .hljs-quote { .hljs-comment, .hljs-quote {
color: #5c6370; color: rgb(55, 121, 84);
font-style: italic; font-style: italic;
} }