add css classes for unread indicators

This commit is contained in:
Ennea
2025-10-01 16:49:41 +02:00
parent 9f097b4df3
commit f325ee1593
2 changed files with 11 additions and 0 deletions
@@ -28,4 +28,9 @@
button.visible {
opacity: 1;
}
button.unread svg {
stroke: var(--unread-color);
filter: drop-shadow(0 0 2px var(--unread-color));
}
</style>