ui improvements

This commit is contained in:
2025-06-30 00:18:51 +02:00
parent 9829a74f95
commit c732b49339
24 changed files with 272 additions and 60 deletions

View File

@@ -76,7 +76,11 @@
background-color: var(--bcolor2);
}
.tagentry > label:hover {
.tagentry label:hover {
background-color: var(--bcolor4);
}
.tagentry .tagtoggle:hover {
background-color: var(--bcolor4);
}