From aab411b7a175f1be14c1ad5ccc2b0d3e75a38df1 Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 03:17:26 +0200 Subject: [PATCH] fix underline --- ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.css b/ui.css index 87fc0ce..18a4248 100644 --- a/ui.css +++ b/ui.css @@ -44,4 +44,5 @@ a { a:hover { color: var(--bg-color); text-decoration: underline; + text-decoration-color: var(--text-color); } \ No newline at end of file