add shutters page first work

This commit is contained in:
Romulus21
2025-03-09 00:28:14 +01:00
parent 298ed6a6c9
commit c10fd3aa51
8 changed files with 432 additions and 4 deletions

View File

@@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;
body {
@apply dark:bg-prim dark:text-second
}
.active-link {
@apply text-third border-b;
}