optimize toast style

This commit is contained in:
Km.Van
2025-08-16 22:52:04 +08:00
parent 40e7d0f7d8
commit f1a4dd6468

View File

@@ -1,6 +1,6 @@
:root { :root {
--x-toast-fg: hsl(0 0% 100% / 0.95); --x-toast-fg: hsl(0 0% 100% / 0.95);
--x-toast-bg: hsl(0 0% 0% / 0.15); --x-toast-bg: hsl(0 0% 0% / 0.75);
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
--x-toast-fg: hsl(0 0% 100% / 0.95); --x-toast-fg: hsl(0 0% 100% / 0.95);
--x-toast-bg: hsl(0 0% 100% / 0.15); --x-toast-bg: hsl(0 0% 100% / 0.15);