提交 d5e8fcb3 编写于 作者: D Dmitriy Zaporozhets

Fix no-highlight code blocks for dark themes

上级 57001c23
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册