Change syntax highlighting colors

This commit is contained in:
Michael Rose
2016-03-25 09:33:28 -04:00
parent 83f519db1e
commit 627100bf92
4 changed files with 130 additions and 161 deletions

View File

@ -150,7 +150,7 @@ li code,
figcaption code {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
background: mix(#fff, $lighter-gray, 20%);
background: $code-background-color;
border: 1px solid $lighter-gray;
border-radius: $border-radius;