From: Vladimír Vondruš Date: Tue, 24 Oct 2017 12:32:28 +0000 (+0200) Subject: css: updated postprocessed CSS files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=8697dab9fbf6015ace9de31be379d8d4432f3ff7;p=blog.git css: updated postprocessed CSS files. --- diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index bb70a2a2..c2fbdf2b 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -483,7 +483,7 @@ code { body > header > nav { width: 100%; background-color: #22272e; - height: 3rem; + min-height: 3rem; } body > header > nav.m-navbar-landing, body > header > nav.m-navbar-jumbo { @@ -768,7 +768,7 @@ article section > h4 a, article section > h5 a, article section > h6 a { } #m-landing-image { background-size: cover; - background-color: #666666; + background-color: #222222; background-position: center center; background-repeat: no-repeat; margin-top: -4rem; @@ -783,7 +783,7 @@ article#m-jumbo { } article#m-jumbo > header #m-jumbo-image { background-size: cover; - background-color: #666666; + background-color: #222222; background-position: center center; background-repeat: no-repeat; font-size: 2.5vh; diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index 57010f97..8bc17873 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -483,7 +483,7 @@ code { body > header > nav { width: 100%; background-color: #ffffff; - height: 3rem; + min-height: 3rem; } body > header > nav.m-navbar-landing, body > header > nav.m-navbar-jumbo {