mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-24 21:04:03 +08:00
19 lines
276 B
CSS
19 lines
276 B
CSS
/* @tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
:root {
|
|
--background: white;
|
|
--foreground: black;
|
|
}
|
|
|
|
[data-stack-theme='dark'] {
|
|
--background: black;
|
|
--foreground: white;
|
|
}
|
|
|
|
body {
|
|
background-color: var(--background);
|
|
color: var(--foreground);
|
|
} */ |