SurfSense/apps/web/app/globals.css
2024-07-30 16:00:11 -07:00

13 lines
No EOL
207 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../components/theme/theme.css";
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}