1
0
forked from baron/baron-sso

theme 미적용 오류 수정

This commit is contained in:
2026-05-11 17:48:30 +09:00
parent 5149fdc246
commit 48853aae99

View File

@@ -1,5 +1,5 @@
@layer base {
.light {
:root.light {
--background: 0 0% 98%;
--foreground: 223 25% 12%;
--card: 0 0% 100%;
@@ -21,7 +21,7 @@
--ring: 209 79% 52%;
}
.dark {
:root.dark {
--background: 210 25% 6%;
--foreground: 210 35% 96%;
--card: 215 32% 9%;