From bad7776076ef86eee30370f127e949e0771040cd Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 12 Mar 2025 10:43:53 +0200 Subject: [PATCH] style/toasts: get rid of some !important properties --- src/public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 6e6a70a3c..7976826c5 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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; }