[web] Fix color of delete tag button for the dark mode

This commit is contained in:
Alain Nussbaumer 2024-04-20 22:25:47 +02:00
parent 5ce78d041d
commit 13ff8fdb8e
1 changed files with 1 additions and 0 deletions

View File

@ -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,