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,8 +45,10 @@ code {
padding: 10px;
}
code {
color: #e83e8c;
pre:not(.highlight) {
code {
color: #e83e8c;
}
}
pre {

View File

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

View File

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