From 65cc43e66130902ca10a62b1eaf8e66ed8b907e9 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Tue, 27 Feb 2024 07:31:31 -0600 Subject: [PATCH] updating stylesheet --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index f9c023f..0d3fbce 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,6 +112,10 @@ a { } a:focus +a:hover { + background-color: var(--linkColor); + color: var(--bgColor) +} ul { list-style: none;