chiark / gitweb /
css: better color for cover image background.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 5 Jan 2018 00:28:24 +0000 (01:28 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 5 Jan 2018 00:52:02 +0000 (01:52 +0100)
The previous was too much grey and too little blue.

css/m-dark.css

index d82b2a17d6c162d317b4c04d90235c9e3be1ad9b..b60318cc110a0891ec6b46ab015904242ddc1871 100644 (file)
@@ -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;