1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-27 20:32:21 +00:00

edit css/app

This commit is contained in:
ruanyf 2014-04-30 16:42:26 +08:00
parent 9bca39ec4f
commit 6512a29c2b

View File

@ -142,13 +142,12 @@ body {
#content code {
padding-right: 5px;
color: #c7254e;
color: #a6e22e;
font-size: 0.7rem;
font-weight: normal;
font-family: Consolas,"Courier New",Courier,FreeMono,monospace;
background: #f9f2f4;
white-space: nowrap;
background: #111;
border-radius: 2px;
}