1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-22 14:57:40 +01:00
smov/src/index.css

9 lines
137 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
2022-02-10 23:45:17 +01:00
html,
body {
@apply min-h-screen bg-denim-100 text-white font-open-sans;
2022-02-10 23:45:17 +01:00
}