From 55c077454b015bcd8f9b5a271349b4668f463935 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 13:20:27 +0200 Subject: css: change some colors, link colors on about page --- src/style.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 9420b6a..1564af5 100644 --- a/src/style.css +++ b/src/style.css @@ -47,13 +47,16 @@ header h1 { font-size: 1.6rem; } -.post, #about { +.post, .botborder { margin-bottom: 1rem; border-bottom: 0.15rem; border-bottom-style: dotted; border-bottom-color: #bbb; } +.post { + color: #222; +} .post .title { font-size: 1.4rem; margin-top: 0; @@ -82,6 +85,11 @@ header h1 { } } +#about { + padding-bottom: 0.5rem; + color: #222; +} + #about p#last-upd { font-size: 14px; text-align: right; @@ -90,7 +98,18 @@ header h1 { #about p#author { font-size: 14px; text-align: right; - margin: 0 0 1rem 0; + margin: 0; +} + +#about a, #about a:visited { + position: relative; + text-decoration: none; + font-weight: bold; + color: #669; +} + +#about a:hover { + color: #449; } footer { @@ -102,6 +121,12 @@ footer p { flex: 1; margin-top: 0; padding-top: 0; + color: #333; +} +footer a { + text-decoration: none; + font-size: 14px; + color: #447; } footer #emblem { flex: 1; -- cgit v1.2.3-54-g00ecf