adjust style

This commit is contained in:
Km.Van
2026-07-11 16:55:53 +08:00
parent 3fe0dbb5b2
commit b2f5f9e5d7
2 changed files with 5 additions and 7 deletions
@@ -81,7 +81,4 @@
border-radius: 10rem;
background: var(--x-meter-value-even-less-good-bg);
}
&::-moz-meter-optimum::slider-fill {
display: none;
}
}
@@ -1,12 +1,13 @@
:root {
--x-toast-fg: oklch(0% 0 0 / 0.9);
--x-toast-bg: oklch(0% 0 0 / 0.1);
--x-toast-fg: oklch(100% 0 0 / 0.9);
--x-toast-bg: oklch(0% 0 0 / 0.8);
&:global([data-theme="dark"]) {
--x-toast-fg: oklch(100% 0 0 / 0.9);
--x-toast-bg: oklch(100% 0 0 / 0.1);
--x-toast-fg: oklch(0% 0 0 / 0.9);
--x-toast-bg: oklch(100% 0 0 / 0.8);
}
}
.main {
all: unset;
position: fixed;
bottom: 4rem;
left: 50%;