Fix no-highlight code blocks for dark themes
This commit is contained in:
parent
57001c2332
commit
d5e8fcb312
4 changed files with 12 additions and 3 deletions
|
@ -90,9 +90,6 @@ a:focus {
|
|||
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
.white .highlight pre {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0 0 9px 25px !important;
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
border-left: 1px solid #444;
|
||||
}
|
||||
|
||||
.no-highlight {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.line-numbers a {
|
||||
color: #666;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
background: #558;
|
||||
}
|
||||
|
||||
.no-highlight {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.line-numbers a {
|
||||
color: #666;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
background: #000;
|
||||
}
|
||||
|
||||
.no-highlight {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #002B36;
|
||||
color: #eee;
|
||||
|
|
Loading…
Reference in a new issue