Files
Fedora-Website/src/index.css
T
2026-03-02 19:50:11 -08:00

12 lines
179 B
CSS

@import "tailwindcss";
@theme {
--color-fedora-blue: #3c6eb4;
--color-fedora-dark: #294172;
--color-fedora-light: #51a2da;
}
body {
@apply bg-slate-50 text-slate-900;
}