diff options
author | Dennis Eriksen <d@ennis.no> | 2019-04-10 21:05:42 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-04-10 21:05:42 +0200 |
commit | 76c29416f45fd8172aea4687b20ed0b10d83db19 (patch) | |
tree | b128c50febb4f8a28643de2f7ed8c9426a2cf499 | |
parent | forgot to remove test-file (diff) | |
download | rikerz-76c29416f45fd8172aea4687b20ed0b10d83db19.tar.gz |
stylefixing
-rw-r--r-- | static/css/main.css | 9 |
1 files 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; } |