From a7ea015b369a861e6b80e74ef72501675d2339fd Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 15 Aug 2023 00:08:38 +0100 Subject: Underline links on hover --- public/css/master.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/master.css b/public/css/master.css index 27065be..347d65c 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -446,3 +446,7 @@ table.infotable tr td small { .me p { text-align: justify; } + +a:hover { + text-decoration: underline; +} -- cgit v1.2.3-54-g00ecf