11 lines
256 B
CSS
11 lines
256 B
CSS
.menu--main {
|
|
@apply flex items-center m-0 divide-x divide-white;
|
|
}
|
|
|
|
.menu--main a {
|
|
@apply block py-2 px-4 text-white hover:bg-secondary hover:text-zinc-800 text-sm md:text-base;
|
|
}
|
|
|
|
.menu--main .current a {
|
|
@apply bg-secondary text-zinc-800;
|
|
} |