Fix header color

This commit is contained in:
2021-04-18 14:32:24 +02:00
parent 6da0d9df02
commit 36befc122b

View File

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