Hook up tailwind to style

This commit is contained in:
2024-08-19 12:08:19 +02:00
parent 272cfca55c
commit cf6409a7a0

View File

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