mm
This commit is contained in:
11
packages/css/utility/theme.css
Normal file
11
packages/css/utility/theme.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@layer utility {
|
||||
.theme-light {
|
||||
--base-fg: var(--color-gray-950);
|
||||
--base-bg: var(--color-white);
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--base-fg: var(--color-gray-50);
|
||||
--base-bg: var(--color-black);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user