From 13ff8fdb8e7c7a0727753e805a6fee2f1c3d961a Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 20 Apr 2024 22:25:47 +0200 Subject: [PATCH] [web] Fix color of delete tag button for the dark mode --- web-src/src/mystyles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index 43ab6d9a..9f468c21 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -48,6 +48,7 @@ border-top-color: $grey-dark; } a.tag:hover, + a.tag.is-delete:hover, a.dropdown-item:hover, a.dropdown-item:focus, a.navbar-item:hover,