.navMenu { @apply hidden ml-6 space-x-4 lg:block; } .link { @apply items-center transition ease-in-out duration-75 cursor-pointer text-accent-0 border-b-2 border-opacity-0; } .link:hover { @apply border-b-2 border-opacity-40; }