From 6512a29c2be5a6615f868018592d2f55cb5d9959 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Wed, 30 Apr 2014 16:42:26 +0800 Subject: [PATCH] edit css/app --- css/app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 2bb021e..e4a2981 100644 --- a/css/app.css +++ b/css/app.css @@ -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; }