edit css/highlight

This commit is contained in:
ruanyf
2014-04-22 07:42:08 +08:00
parent 712c63c65c
commit 60fc05ca8e
+2 -2
View File
@@ -323,7 +323,7 @@ pre[class*="language-"] {
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
color: #75715e;
}
.token.punctuation {
@@ -360,7 +360,7 @@ pre[class*="language-"] {
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
color: #f92672;
}
.token.atrule,