chiark / gitweb /
css: updated postprocessed CSS files.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 24 Oct 2017 12:32:28 +0000 (14:32 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 24 Oct 2017 12:32:56 +0000 (14:32 +0200)
css/m-dark.compiled.css
css/m-light.compiled.css

index bb70a2a240243478dd2745b90b50ad31e4d6b492..c2fbdf2b87efc9d08ed44d411f18505613ee0efc 100644 (file)
@@ -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;
index 57010f973ba9bdf12bdff8460dc43ffc5cfedc39..8bc178732c68e35d9a27acf93ccd437eb6ebb638 100644 (file)
@@ -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 {