From eb53f0bd85c5b482932aaaff235a345e5918aecf Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 03:10:06 +0200 Subject: [PATCH] sync a:hover color --- ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.css b/ui.css index 8f06ef9..9e27bd0 100644 --- a/ui.css +++ b/ui.css @@ -40,5 +40,5 @@ a { color:#C71585; } a:hover { - color: white; + color: var(--bg-color); } \ No newline at end of file