mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
style/toasts: get rid of some !important properties
This commit is contained in:
parent
ddd2babe21
commit
bad7776076
@ -980,8 +980,8 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
||||
}
|
||||
|
||||
.toast {
|
||||
background-color: var(--accented-background-color) !important;
|
||||
color: var(--main-text-color) !important;
|
||||
--bs-toast-bg: var(--accented-background-color);
|
||||
--bs-toast-color: var(--main-text-color);
|
||||
z-index: 9999999999 !important;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user