edit css/app

This commit is contained in:
ruanyf
2014-04-30 16:39:51 +08:00
parent 8ae5d3f544
commit 9bca39ec4f
+3 -2
View File
@@ -142,12 +142,13 @@ body {
#content code {
padding-right: 5px;
color: #a6e22e;
color: #c7254e;
font-size: 0.7rem;
font-weight: normal;
font-family: Consolas,"Courier New",Courier,FreeMono,monospace;
background: #111;
background: #f9f2f4;
white-space: nowrap;
border-radius: 2px;
}