Hook up tailwind to style

This commit is contained in:
2024-08-19 12:08:28 +02:00
parent f96c0ba8b5
commit 8c10540309

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-color: rgba(27, 38, 54, 1);
text-align: center;