remove light mode

This commit is contained in:
ashley 2025-09-14 00:41:41 +02:00
parent 5f6bc72430
commit e28e226ad9

View File

@ -42,15 +42,7 @@
--warn: #fbbf24;
--br: 16px;
}
@media (prefers-color-scheme: light) {
:root {
--bg: #fbfbfe;
--fg: #0b1020;
--muted: #5b6b87;
--card: #ffffff;
--ring: #0b102018;
}
}
* {
box-sizing: border-box;
}