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 {