Fix no-highlight code blocks for dark themes

This commit is contained in:
Dmitriy Zaporozhets 2014-01-30 14:02:57 +02:00
parent 57001c2332
commit d5e8fcb312
4 changed files with 12 additions and 3 deletions

View file

@ -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;

View file

@ -9,6 +9,10 @@
border-left: 1px solid #444;
}
.no-highlight {
color: #DDD;
}
.line-numbers a {
color: #666;
}

View file

@ -9,6 +9,10 @@
background: #558;
}
.no-highlight {
color: #DDD;
}
.line-numbers a {
color: #666;
}

View file

@ -9,6 +9,10 @@
background: #000;
}
.no-highlight {
color: #DDD;
}
pre {
background-color: #002B36;
color: #eee;