Change nuxt link active

This commit is contained in:
2021-04-26 14:09:52 +02:00
parent 6e0d493921
commit 6e45298506

View File

@@ -158,7 +158,7 @@ export default defineComponent({
@apply text-gray-500 dark:text-gray-400 hover:dark:text-white hover:text-black duration-300
}
nav .nuxt-link-exact-active, .nuxt-link-active {
nav .nuxt-link-exact-active, nav .nuxt-link-active {
@apply text-black dark:text-white;
}