fello-iq / frontend /src /index.css
umar-100's picture
app V1.0
da90d9b
raw
history blame contribute delete
494 Bytes
@import "tailwindcss";
@theme {
--color-brand-primary: #000000;
--color-brand-secondary: #f5f5f7;
--color-brand-border: #e5e7eb;
--color-brand-accent: #2563eb;
}
@layer base {
body {
@apply bg-white text-zinc-900 antialiased;
}
}@import "tailwindcss";
@theme {
--color-brand-primary: #000000;
--color-brand-secondary: #f5f5f7;
--color-brand-border: #e5e7eb;
--color-brand-accent: #2563eb;
}
@layer base {
body {
@apply bg-white text-zinc-900 antialiased;
}
}