forked from baron/baron-sso
theme 미적용 오류 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
.light {
|
:root.light {
|
||||||
--background: 0 0% 98%;
|
--background: 0 0% 98%;
|
||||||
--foreground: 223 25% 12%;
|
--foreground: 223 25% 12%;
|
||||||
--card: 0 0% 100%;
|
--card: 0 0% 100%;
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
--ring: 209 79% 52%;
|
--ring: 209 79% 52%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
:root.dark {
|
||||||
--background: 210 25% 6%;
|
--background: 210 25% 6%;
|
||||||
--foreground: 210 35% 96%;
|
--foreground: 210 35% 96%;
|
||||||
--card: 215 32% 9%;
|
--card: 215 32% 9%;
|
||||||
|
|||||||
Reference in New Issue
Block a user