This commit is contained in:
2025-03-20 22:29:36 +01:00
parent 5f5d8277b9
commit 824ecfab2e
26 changed files with 4380 additions and 2764 deletions

View File

@@ -1,10 +1,10 @@
@tailwind base;
@tailwind components;
.activenav {
@apply bg-gray-300;
@apply text-black;
@apply bg-gray-300;
@apply text-black;
}
*{
font-family: Athiti;
* {
font-family: Athiti;
}
@tailwind utilities;