From 4343a50eac21c062d493a9f5fd38514e7114c4e3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 20 Feb 2017 22:48:11 -0500 Subject: [PATCH] Changed colours --- themes/scroll/static/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */