From e476d78770086330fb58f770efa266cf38e2f8c3 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 15 Feb 2022 18:57:45 +0800 Subject: [PATCH] fix(webui): links not showing underline on hover on dark theme --- komga-webui/src/styles/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/komga-webui/src/styles/global.css b/komga-webui/src/styles/global.css index 1fb598875..a1db65e16 100644 --- a/komga-webui/src/styles/global.css +++ b/komga-webui/src/styles/global.css @@ -12,5 +12,4 @@ html { .link-underline:hover { text-decoration: underline; - text-decoration-color: black; }