mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
style/toasts: get rid of some !important properties
This commit is contained in:
parent
ddd2babe21
commit
bad7776076
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue