stack/examples/docs-examples/src/app/global.css
Zai Shi 934eb78004
Fixed team selection (#124)
* fixed selected team switcher

* fixed selected team switcher

* updated lock files
2024-07-02 02:39:50 +02:00

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);
} */