style/toasts: get rid of some !important properties

This commit is contained in:
Adorian Doran 2025-03-12 10:43:53 +02:00
parent ddd2babe21
commit bad7776076

View File

@ -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;
}