From 76c29416f45fd8172aea4687b20ed0b10d83db19 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 10 Apr 2019 21:05:42 +0200 Subject: stylefixing --- static/css/main.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 2531ef2..782520e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,6 +1,6 @@ body { font-family: 'Arial', 'Helvetica', sans-serif; - background-color: #fcfcf9; + background-color: #f9f9fc; } header { @@ -26,18 +26,20 @@ span.single-date { } pre { - background: #eeebee; + background: #e6e6ea; padding: 1rem; overflow: scroll; } pre code { color: inherit; background-color: inherit; + padding: 0; } code { color: #911; background-color: #eee; - } + padding: 0.1rem; +} /**/ @@ -54,4 +56,5 @@ span.list-item-date { footer { margin: 2rem 0 1rem; text-align: center; + font-size: 0.8rem; } -- cgit v1.2.3