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 + }