movie-web/src/index.css
Jelle van Snik 01d18aa459 search page done
Co-authored-by: William Oldham <wegg7250@gmail.com>
2022-02-13 18:48:52 +01:00

9 lines
137 B
CSS

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