From ddb1ceb146d73702bd23cb6533e2183a6e3f8be5 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 18 Jul 2023 06:38:53 +0000 Subject: [PATCH] make blacked out spans have a grey background when hovering so it is more clear what state they are in --- templates/index.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/index.tmpl b/templates/index.tmpl index 6eafda5..e846594 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -64,6 +64,10 @@ background-color: white; } + #paper span.black:hover { + background-color: grey; + } + #aboutToggle { color: white; font-weight: bold;