Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2021-03-13 17:06:59 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2021-03-13 17:06:59 +0300
commit9b3ec3d0243d3076342e53bbdcc6579265eb1cb6 (patch)
tree3fbf487be5781fa6204ec3634fc4b255de8f437c
parent63f216c575bba13543adf4188d6195bbd20e1d5c (diff)
merge upstreamHEADmaster
-rw-r--r--static/css/index.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/index.css b/static/css/index.css
index bba9622..d8aea4a 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -12,9 +12,9 @@
}
html {
+ background: #d3d4db;
font-size: 16px;
font-size: calc(0.8rem + 0.3vw);
- background: #66697c;
padding: 0 calc(38% - 21em);
}
@@ -26,6 +26,7 @@ body {
line-height: 1.6;
margin: 0;
min-height: 100vh;
+ box-shadow: 0 0 0.3em #c5c7cf;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -130,7 +131,7 @@ body > header, body > footer {
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
- background: #2a2c33;
+ background: #2d2e36;
color: #ffffff;
}