1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

edit css/highlight

This commit is contained in:
ruanyf 2014-04-22 07:42:08 +08:00
parent 712c63c65c
commit 60fc05ca8e

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,