diff --git a/themes/scroll/static/css/base.css b/themes/scroll/static/css/base.css index e9319ef..8942e19 100644 --- a/themes/scroll/static/css/base.css +++ b/themes/scroll/static/css/base.css @@ -2052,7 +2052,7 @@ ul li { margin-bottom: 0rem; text-align: center; color: white; - background: #777777 no-repeat center center; + background: #666666 no-repeat center center; background-size: cover; } #blog-logo img { @@ -2090,7 +2090,7 @@ ul li { position: relative; } .oneOff { - background: #234F76; + background: #666666; color: #fff; } /* Every post, on every page, gets this style on its
tag */