fix
This commit is contained in:
parent
d64e8f501e
commit
e9aa5887ce
3 changed files with 7 additions and 5 deletions
|
@ -45,8 +45,10 @@ code {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #e83e8c;
|
||||
pre:not(.highlight) {
|
||||
code {
|
||||
color: #e83e8c;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
|
@ -28,7 +28,7 @@ body {
|
|||
|
||||
* {
|
||||
// font-family: $font-family;
|
||||
color: $dark-grey;
|
||||
// color: $dark-grey;
|
||||
line-height: $font-height;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue