SurfSense/apps/web/app/globals.css

13 lines
207 B
CSS
Raw Normal View History

2024-07-30 16:00:11 -07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../components/theme/theme.css";
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}