From 2eaeccda05d70af8b7b433b166f1398d482d081f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 28 Sep 2025 10:30:12 +0300 Subject: [PATCH] fix(next): toasts unreadable with background effects on --- apps/client/src/stylesheets/theme-next/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 0a29ab689..7bf49a02d 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -334,6 +334,7 @@ li.dropdown-item a.dropdown-item-button:focus-visible { #toast-container .toast .toast-header { background: transparent !important; border-bottom: none; + color: var(--toast-text-color) !important; } #toast-container .toast .toast-header strong > * { @@ -353,12 +354,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible { overflow: hidden; text-overflow: ellipsis; padding-top: 0; - color: var(--muted-text-color); } #toast-container .toast:not(.no-title) .bx { margin-right: 0.5em; font-size: 1.1em; + opacity: 0.85; } #toast-container .toast.no-title .bx {