From 8b29ba85f5378315cb70aa874aaee2c072f24fdb Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sat, 8 Jan 2022 01:16:15 +0100 Subject: [PATCH] Fix some link CSS issues and set charset Signed-off-by: Magic_RB --- assets/css/style.css | 4 ++-- templates/head.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e3ae0a4..898e868 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -72,8 +72,8 @@ pre { line-height: 1.75em; } -#content :is(h1, h2, h3, h4, h5, h6) a { - text-decoration: none; +#content a { + text-decoration: underline; color: black; } diff --git a/templates/head.html b/templates/head.html index 4fa8203..a672e38 100644 --- a/templates/head.html +++ b/templates/head.html @@ -1,8 +1,10 @@ {{title}} - + + +