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:47:03 +08:00
parent e4ac3e64a6
commit d0736568d8

View File

@ -135,12 +135,12 @@ body {
#content code {
padding-right: 5px;
color: #FFF;
color: #a6e22e;
font-size: 0.8rem;
font-weight: normal;
font-family: Consolas, monospace;
font-family: Consolas,"Courier New",Courier,FreeMono,monospace;
background: #444;
background: #111;
border-radius: 2px;
}