From: R. Steve McKown Date: Thu, 17 Mar 2016 15:32:36 +0000 (-0600) Subject: Change background for code blocks X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=df7ef99e1057b7f6cd96498089c3135e2ddb491d Change background for code blocks I've come to dislike yellow-orange background used for code blocks. Changed to #eeeeee, which is much more sedate. --- diff --git a/in/style/default.css b/in/style/default.css index 8711651..109cb40 100644 --- a/in/style/default.css +++ b/in/style/default.css @@ -355,7 +355,7 @@ h4 { } #content .articleBody code { - background-color: #FFF2C0; + background-color: #EEEEEE; font-family: monospace; font-size: 12px; font-style: normal; @@ -364,7 +364,7 @@ h4 { } #content .articleBody pre { - background-color: #FFF2C0; + background-color: #EEEEEE; padding: 3px 0 3px 3px; border: 1px solid #d4d4d4; margin-bottom: 16px;