From 0af6a33b6952371436271f8d86f7c916e6f6da7b Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 4 Mar 2024 02:34:28 -0500 Subject: [PATCH] use darker text color for active menu item --- relay/frontend/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/relay/frontend/style.css b/relay/frontend/style.css index 16fc5b4..d258640 100644 --- a/relay/frontend/style.css +++ b/relay/frontend/style.css @@ -159,7 +159,6 @@ textarea { #menu > a[active="true"]:not(:hover) { background-color: var(--primary-hover); - color: var(--primary); border-color: transparent; }