Files
noahspan-flying/app/src/index.css
2024-08-17 18:41:49 -05:00

13 lines
153 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-['#ECEFF1'];
}
color {
@apply text-black;
}
}