Skip to content

Commit e228354

Browse files
committed
markdown样式调整
1 parent cf6aaab commit e228354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/styl/mixins/highlight.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
.hljs{
22
display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8
33
}
4+
.hljs-quote{
5+
font-style:italic;
6+
}
47
.hljs-comment,.hljs-quote{
5-
color:#998;font-style:italic
8+
color:#998;
69
}
710
.hljs-keyword,.hljs-selector-tag,.hljs-subst{
811
color:#333;font-weight:bold

0 commit comments

Comments
 (0)