frontend/src/style.css
2025-03-20 22:29:36 +01:00

11 lines
146 B
CSS

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