wip: continue implementation

This commit is contained in:
Björn Fromme
2024-11-27 11:31:48 +01:00
parent b5d52b0053
commit 84ab6446ea
81 changed files with 9127 additions and 898 deletions
+12
View File
@@ -0,0 +1,12 @@
.menu--main {
@apply flex items-center space-x-2;
}
.menu--main a {
@apply uppercase text-lg font-semibold pb-1 px-2 border-b-2 border-white;
@apply hover:border-primary;
}
.menu--main .current a {
@apply border-primary;
}