Files
website/apps/docs/app/global.css
2024-11-09 23:40:18 -06:00

19 lines
258 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--fd-background: 0 0% 0%;
--background: 0 0% 100%;
--card: 0 0% 97.6%;
}
.dark{
--fd-background: 0 0% 100%;
--background: 0 0% 0%;
--card: 0 0% 6.0%;
}