consistent mouse pointer over menu with and without children

This commit is contained in:
sapradhan 2023-12-30 15:50:02 +05:45 committed by GitHub
parent 25c6301cf0
commit 41a2b89c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ input#nav-toggle:checked ~ #nav-menu {
// }
.nav-link {
@apply text-dark hover:text-primary dark:text-darkmode-dark dark:hover:text-darkmode-primary block p-3 font-semibold transition lg:px-2 lg:py-3;
@apply text-dark hover:text-primary dark:text-darkmode-dark dark:hover:text-darkmode-primary block p-3 cursor-pointer font-semibold transition lg:px-2 lg:py-3;
}
.nav-dropdown {