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; }