]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Change background for code blocks
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Mar 2016 15:32:36 +0000 (09:32 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Mar 2016 15:32:36 +0000 (09:32 -0600)
I've come to dislike yellow-orange background used for code blocks.
Changed to #eeeeee, which is much more sedate.

in/style/default.css

index 8711651cbbcc708e32b2d106d860f62e8ebc2c3b..109cb40614467324045237f298534171eeee21a7 100644 (file)
@@ -355,7 +355,7 @@ h4 {
 }\r
 \r
 #content .articleBody code {\r
-       background-color: #FFF2C0;\r
+       background-color: #EEEEEE;\r
        font-family: monospace;\r
        font-size: 12px;\r
        font-style: normal;\r
@@ -364,7 +364,7 @@ h4 {
 }\r
 \r
 #content .articleBody pre {\r
-       background-color: #FFF2C0;\r
+       background-color: #EEEEEE;\r
        padding: 3px 0 3px 3px;\r
        border: 1px solid #d4d4d4;\r
        margin-bottom: 16px;\r