提交 8a629ab6 编写于 作者: X Xavier Noria

use a gray a little darker in code blocks, for better contrast with the gray background

上级 739fda3f
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
color: #eee !important; color: #eee !important;
} }
.syntaxhighlighter table caption { .syntaxhighlighter table caption {
color: #333 !important; color: #222 !important;
} }
.syntaxhighlighter .gutter { .syntaxhighlighter .gutter {
color: #787878 !important; color: #787878 !important;
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
color: red !important; color: red !important;
} }
.syntaxhighlighter .plain, .syntaxhighlighter .plain a { .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
color: #333 !important; color: #222 !important;
} }
.syntaxhighlighter .comments, .syntaxhighlighter .comments a { .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #708090 !important; color: #708090 !important;
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
color: #646464 !important; color: #646464 !important;
} }
.syntaxhighlighter .variable { .syntaxhighlighter .variable {
color: #333 !important; color: #222 !important;
} }
.syntaxhighlighter .value { .syntaxhighlighter .value {
color: #009900 !important; color: #009900 !important;
...@@ -86,14 +86,14 @@ ...@@ -86,14 +86,14 @@
color: #0066cc !important; color: #0066cc !important;
} }
.syntaxhighlighter .script { .syntaxhighlighter .script {
color: #333 !important; color: #222 !important;
background-color: none !important; background-color: none !important;
} }
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a { .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important; color: gray !important;
} }
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a { .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
color: #333 !important; color: #222 !important;
font-weight: bold !important; font-weight: bold !important;
} }
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a { .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册