From a3f34217607c53abaabd37f9728e04f47ccfcb54 Mon Sep 17 00:00:00 2001 From: MathiasDPX Date: Fri, 18 Apr 2025 20:47:32 +0200 Subject: [PATCH] underline link on hover --- static/typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/typography.css b/static/typography.css index 7effbb1..c8b9c5c 100644 --- a/static/typography.css +++ b/static/typography.css @@ -68,6 +68,10 @@ hr { } /* Links */ +a:hover { + text-decoration: underline; +} + a { text-decoration: none; color: #005B96;