From d0736568d86296226f9bacd994b3c68c85d33fd0 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 22 Apr 2014 07:47:03 +0800 Subject: [PATCH] edit css/highlight --- css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 19d670e..fbe1560 100644 --- a/css/app.css +++ b/css/app.css @@ -135,12 +135,12 @@ body { #content code { padding-right: 5px; - color: #FFF; + color: #a6e22e; font-size: 0.8rem; font-weight: normal; - font-family: Consolas, monospace; + font-family: Consolas,"Courier New",Courier,FreeMono,monospace; - background: #444; + background: #111; border-radius: 2px; }