From d481e1d4980c6f527ccb41ef5ceb721e5689d310 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Thu, 13 Dec 2018 20:53:42 +0200 Subject: [PATCH] styling --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index a74dd88..1c660d5 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,11 @@ body { font-family: sans-serif; background: #eee; } -a, h1, h2 { color: #377ba8; } -h1, h2 { font-family: 'Georgia', serif; margin: 0; margin-top: 0.2em; } +a, h1, h2 { color: #227b64; } +h1, h2 { font-family: 'Georgia', serif; margin: 0; margin-top: 0.9em; } h1 { border-bottom: 2px solid #eee; } h2 { font-size: 1.2em; } input { margin-top: 0.5em; border: 1px solid gray;} -.page { margin: 2em auto; width: 90%; border: 5px solid #ccc; +.page { margin: 2em auto; width: 90%; border: 3px solid #ccc; padding: 0.8em; background: white; } .index { margin-top: 1em;