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

edit css/highlight

This commit is contained in:
ruanyf 2014-04-22 07:45:02 +08:00
parent 60fc05ca8e
commit e4ac3e64a6

View File

@ -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;