saasify / app /globals.css
Hanzo Dev
Initial commit for saasify template
5e279aa
raw
history blame contribute delete
348 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--primary: #3b82f6;
--secondary: #6366f1;
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
--border: 214.3 31.8% 91.4%;
}
.dark {
--background: 222.2 84% 4.9%;
--foreground: 210 40% 98%;
--border: 217.2 32.6% 17.5%;
}
}