feat: adopt main website styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user