From c651a50ccdcfa0c47defe1dee3bd14435dca917a Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 9 Sep 2017 16:44:43 +0100 Subject: [PATCH] Style links and figures for posts --- static/css/main.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 7c1a7e6..f4b06c0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -100,9 +100,36 @@ figcaption { article { font-size: 1.2rem; - line-height: 1.6rem; + line-height: 1.7rem; + color: #555; } +article a { + text-decoration: none; + text-decoration-style: dotted; + color: #000; +} + +article a:visited { + text-decoration: underline; + text-decoration-style: dotted; + color: #999; +} + +article a:hover { + color: #fff; + background-color: #333; +} + +article figcaption { + text-transform: none; + letter-spacing: 0.0rem; + text-align: right; + font-size: 0.8rem; + font-weight: 100; +} + + h1 { color: white; text-transform: lowercase;