mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
optimize toast style
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user