mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-15 13:25:13 +01:00
01d18aa459
Co-authored-by: William Oldham <wegg7250@gmail.com>
9 lines
137 B
CSS
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;
|
|
}
|