From 6fda6546e5b829dd0fc955178f20177e152081be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Jan 2018 01:28:24 +0100 Subject: [PATCH] css: better color for cover image background. The previous was too much grey and too little blue. --- css/m-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/m-dark.css b/css/m-dark.css index d82b2a17..b60318cc 100644 --- a/css/m-dark.css +++ b/css/m-dark.css @@ -83,7 +83,7 @@ --footer-link-active-color: #a5c9ea; /* Cover image */ - --cover-image-background-color: #222222; + --cover-image-background-color: #0f1217; /* Article */ --article-header-color: #f0f0f0; -- 2.30.2