mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Fix missing background on notifications (#3386)
Co-authored-by: Vending Machine <vendicated@riseup.net>
This commit is contained in:
parent
47856a26f1
commit
4436e6d81d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue