Style mobile menu links.

This commit is contained in:
Daniel Gent 2021-08-27 17:46:11 +02:00
parent 5e19e3d727
commit 2f632a32c5

View File

@ -23,9 +23,5 @@
} }
.link { .link {
/* @apply items-center transition ease-in-out duration-75 cursor-pointer text-accent-0 border-b-2 border-opacity-0; */ @apply block;
}
.link:hover {
/* @apply border-b-2 border-opacity-40; */
} }