We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6aaab commit e228354Copy full SHA for e228354
1 file changed
template/styl/mixins/highlight.styl
@@ -1,8 +1,11 @@
1
.hljs{
2
display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8
3
}
4
+.hljs-quote{
5
+ font-style:italic;
6
+}
7
.hljs-comment,.hljs-quote{
- color:#998;font-style:italic
8
+ color:#998;
9
10
.hljs-keyword,.hljs-selector-tag,.hljs-subst{
11
color:#333;font-weight:bold
0 commit comments