Skip to content
Snippets Groups Projects
Commit cb375578 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix no-highlight code blocks for dark themes

Former-commit-id: d5e8fcb3
parent e51eb5d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -9,6 +9,10 @@
border-left: 1px solid #444;
}
 
.no-highlight {
color: #DDD;
}
.line-numbers a {
color: #666;
}
Loading
Loading
Loading
Loading
@@ -9,6 +9,10 @@
background: #558;
}
 
.no-highlight {
color: #DDD;
}
.line-numbers a {
color: #666;
}
Loading
Loading
Loading
Loading
@@ -9,6 +9,10 @@
background: #000;
}
 
.no-highlight {
color: #DDD;
}
pre {
background-color: #002B36;
color: #eee;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment