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