From c2879a1963b42dc0a8d70f96a04947e4739f29ad Mon Sep 17 00:00:00 2001 From: User Identifier Date: Tue, 20 Oct 2020 23:34:20 +0200 Subject: [PATCH] Color links --- themes/2017/static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/2017/static/css/style.css b/themes/2017/static/css/style.css index b08e9be..65fce25 100644 --- a/themes/2017/static/css/style.css +++ b/themes/2017/static/css/style.css @@ -49,7 +49,7 @@ p, li { a { text-decoration: none; - color: inherit; + color: #378ab4; } a:hover { @@ -71,6 +71,9 @@ header > h1 { display: inline-block; vertical-align: middle; } +header h1 a { + color: #000000; +} header > img { width: 4rem;