This commit is contained in:
Michael Zhang 2018-05-28 14:40:46 -05:00
parent d64e8f501e
commit e9aa5887ce
No known key found for this signature in database
GPG key ID: A1B65B603268116B
3 changed files with 7 additions and 5 deletions

View file

@ -45,9 +45,11 @@ code {
padding: 10px; padding: 10px;
} }
pre:not(.highlight) {
code { code {
color: #e83e8c; color: #e83e8c;
} }
}
pre { pre {
border: 1px solid #000; border: 1px solid #000;

View file

@ -28,7 +28,7 @@ body {
* { * {
// font-family: $font-family; // font-family: $font-family;
color: $dark-grey; // color: $dark-grey;
line-height: $font-height; line-height: $font-height;
} }

View file

@ -1,5 +1,5 @@
pre.highlight { background-color: #444444 } pre.highlight { background-color: #444444; color: #cccccc }
.highlight .hll { background-color: #444444 } .highlight .hll { background-color: #444444; color: #cccccc }
.highlight .c { color: #608b4e } /* Comment */ .highlight .c { color: #608b4e } /* Comment */
.highlight .err { color: #cccccc; border: 1px solid #f44747 } /* Error */ .highlight .err { color: #cccccc; border: 1px solid #f44747 } /* Error */
.highlight .g { color: #cccccc } /* Generic */ .highlight .g { color: #cccccc } /* Generic */