Fix missing background on notifications (#3386)

Co-authored-by: Vending Machine <vendicated@riseup.net>
This commit is contained in:
Vanilla 2025-06-06 18:53:58 -04:00 committed by GitHub
parent 47856a26f1
commit 4436e6d81d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
} }
.visual-refresh .vc-notification-root { .visual-refresh .vc-notification-root {
background-color: var(--bg-overlay-floating, var(--background-base-low)); background-color: var(--background-base-low);
} }
.vc-notification-root:not(.vc-notification-log-wrapper > .vc-notification-root) { .vc-notification-root:not(.vc-notification-log-wrapper > .vc-notification-root) {