improve styling

This commit is contained in:
Pat Dryburgh
2018-10-24 18:30:30 -07:00
parent a2cf0cef48
commit 50ddb76068
4 changed files with 15 additions and 4 deletions

View File

@ -3,7 +3,7 @@
*/
code.highlighter-rouge {
background: #eef;
background: $highlight;
font-family: courier, monospace;
font-size: .875em;
}
@ -19,7 +19,7 @@ code.highlighter-rouge {
}
.highlighter-rouge & {
background: #eef;
background: $highlight;
}
.c { color: #998; font-style: italic } // Comment