From 5a2159d2e3c68b50622be7898e7f47c307412996 Mon Sep 17 00:00:00 2001 From: Odyssey Date: Mon, 13 Feb 2023 18:41:57 +0100 Subject: [PATCH] Make button hovers not so goddamn annoying Signed-off-by: Odyssey --- public/css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/global.css b/public/css/global.css index d792654..55b627a 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -185,7 +185,7 @@ a:hover { } .button:hover { - background-color: var(--accent); + background-color: var(--secondary-background); color: var(--text); }