Commit d5e8fcb3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix no-highlight code blocks for dark themes

parent 57001c23
...@@ -90,9 +90,6 @@ a:focus { ...@@ -90,9 +90,6 @@ a:focus {
font-size: 14px; font-size: 14px;
line-height: 1.6; line-height: 1.6;
.white .highlight pre {
background: #f5f5f5;
}
ul { ul {
padding: 0; padding: 0;
margin: 0 0 9px 25px !important; margin: 0 0 9px 25px !important;
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
border-left: 1px solid #444; border-left: 1px solid #444;
} }
.no-highlight {
color: #DDD;
}
.line-numbers a { .line-numbers a {
color: #666; color: #666;
} }
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
background: #558; background: #558;
} }
.no-highlight {
color: #DDD;
}
.line-numbers a { .line-numbers a {
color: #666; color: #666;
} }
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
background: #000; background: #000;
} }
.no-highlight {
color: #DDD;
}
pre { pre {
background-color: #002B36; background-color: #002B36;
color: #eee; color: #eee;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment