From df7ef99e1057b7f6cd96498089c3135e2ddb491d Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 17 Mar 2016 09:32:36 -0600 Subject: [PATCH] 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. --- in/style/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2