feat: adopt main website styles

This commit is contained in:
Björn Fromme
2024-12-04 09:33:09 +01:00
parent 273db3bdb7
commit 2454cfa682
17 changed files with 274 additions and 159 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
.menu--main {
@apply flex items-center space-x-2;
@apply lg:flex lg:items-center m-0;
}
.menu--main a {
@apply uppercase text-lg font-semibold pb-1 px-2 border-b-2 border-white;
@apply hover:border-primary;
@apply block p-4 text-black hover:bg-zinc-400 hover:text-zinc-800;
}
.menu--main .current a {
@apply border-primary;
@apply bg-zinc-400 text-zinc-800;
}