mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 21:21:43 +08:00
adjust style
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user