movie-web/src/index.css

9 lines
141 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
2022-02-10 22:45:17 +00:00
html,
body {
2022-02-16 20:30:12 +00:00
@apply bg-denim-100 text-denim-700 font-open-sans min-h-screen;
2022-02-10 22:45:17 +00:00
}