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
@@ -128,7 +128,7 @@ body {
|
||||
|
||||
color: #FFF;
|
||||
|
||||
background: #444;
|
||||
background: #111;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@@ -281,7 +281,7 @@ body {
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: #f8f8f2;
|
||||
color: #a6e22e;
|
||||
text-shadow: 0 1px rgba(0,0,0,0.3);
|
||||
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
||||
direction: ltr;
|
||||
|
||||
Reference in New Issue
Block a user