From 48c14013e7e0ecd09944a1a7f527c326c7061b60 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Tue, 20 Oct 2020 23:59:55 +0200 Subject: [PATCH] Titles sizes and links --- themes/2017/static/css/style.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/themes/2017/static/css/style.css b/themes/2017/static/css/style.css index 65fce25..b78b0de 100644 --- a/themes/2017/static/css/style.css +++ b/themes/2017/static/css/style.css @@ -40,7 +40,7 @@ body { h1 { margin: 0; - font-size: 4rem; + font-size: 2rem; } p, li { @@ -54,8 +54,19 @@ a { a:hover { font-weight: bold; + text-decoration: underline; } +h1 a:hover { + font-weight: bold; +} + + +h1 a { + color: #000000; +} + + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HEADER * @@ -66,16 +77,17 @@ header { margin: 2rem auto 2rem auto; } -header > img, -header > h1 { +.sitebanner img, +.sitebanner h1 { display: inline-block; vertical-align: middle; + font-size: 4rem; } -header h1 a { - color: #000000; +.sitebanner h1 a { + text-decoration: none; } -header > img { +.sitebanner > img { width: 4rem; }