From 8d4253d511a4c80e3082e7f667dd77e0c54647ef Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 6 Aug 2023 19:06:40 +0200 Subject: [PATCH] Change look of links to allow any color --- static/base.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/static/base.css b/static/base.css index ca07c55..fdffd8c 100644 --- a/static/base.css +++ b/static/base.css @@ -13,11 +13,12 @@ dl { } a { - text-decoration: none; + text-decoration: underline; + color: black; } a:hover { - text-decoration: underline; + font-weight: bold; } dd { @@ -56,6 +57,7 @@ nav>* { nav> :first-child { padding-left: 0; + border: none; } nav> :last-child { @@ -68,7 +70,11 @@ nav>.current { } nav a { - color: black; + text-decoration: none; +} + +nav a:hover { + text-decoration: underline; } nav img {