From a1031798053ee801770e6631e6885c0886bdfa99 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Wed, 26 Oct 2022 21:41:32 +0100 Subject: [PATCH] Correct style rules for #sidebar a --- style/new_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 5e762d9..d593515 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -128,8 +128,8 @@ body { display: block; white-space: nowrap; } -#sidebar_a:hover {color: var(--main-text-color)} -#sidebar_a:active {color: var(--main-text-color)} +#sidebar a:hover {color: var(--main-text-color)} +#sidebar a:active {color: var(--main-text-color)} #sidebar_logo { margin-top: 40%; text-align: center;