movie-web/src/index.css
Jelle van Snik 8db4fbee07 styling
2022-02-10 23:45:17 +01:00

9 lines
136 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply min-h-screen bg-dink-900 text-white font-open-sans;
}