mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit css/highlight
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user