ReadAllNotificationButton: make button less ugly

This commit is contained in:
Vendicated 2024-03-27 21:44:54 +01:00
parent 0d22ff0091
commit 8ab56f5bcf
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,11 @@
.vc-ranb-button {
color: var(--interactive-normal);
padding: 0 0.5em;
margin-bottom: 0.5em;
width: 100%;
box-sizing: border-box;
}
.vc-ranb-button:hover {
color: var(--interactive-active);
}