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

edit css/app

This commit is contained in:
ruanyf 2014-04-30 16:39:51 +08:00
parent 8ae5d3f544
commit 9bca39ec4f

View File

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