mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-15 13:45:06 +01:00
9 lines
136 B
CSS
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;
|
|
}
|