edit css/app

This commit is contained in:
ruanyf
2014-04-30 16:42:26 +08:00
parent 9bca39ec4f
commit 6512a29c2b
+2 -3
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;
}