From 6cc08a96cfd230664d5d03fce28574305524a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Mon, 19 Sep 2016 15:57:15 +0200 Subject: [PATCH] =?UTF-8?q?mindre=20stil=C3=A6ndring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/klandringer.css | 7 ++++++- static/style.css | 7 ++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/static/klandringer.css b/static/klandringer.css index 08904ee..7b8b66d 100644 --- a/static/klandringer.css +++ b/static/klandringer.css @@ -1,10 +1,15 @@ h2,h3,h4,p { font-family: sans-serif; margin-left: 5px; + margin-bottom: 0px; +} + +h3 { + font-size: 1.30em; } h4 { - font-size: 1.17em; + font-size: 1.17em; } p { diff --git a/static/style.css b/static/style.css index f366d27..0f52f6a 100644 --- a/static/style.css +++ b/static/style.css @@ -5,11 +5,12 @@ body { } a:link, a:visited { - color: #ff9900; + color: #0055ce; transition-duration: 0.3s; + text-decoration: none; } a:hover, a:active { - color: #ffb84d; + color: #3385ff; transition-duration: 0.3s; - } \ No newline at end of file + }