Update syntax highlighting styles

This commit is contained in:
Michael Rose
2016-04-10 12:07:00 -04:00
parent 0511f39995
commit 4711a23161
3 changed files with 101 additions and 65 deletions

View File

@ -55,7 +55,7 @@ $lighter-gray : mix(#fff, $gray, 90%);
$body-color : #fff;
$background-color : #fff;
$code-background-color : $lighter-gray;
$code-background-color : #fafafa;
$code-background-color-dark : $light-gray;
$text-color : $dark-gray;
$border-color : $lighter-gray;