feat: style active route (#11)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
zio/stable
patak 2022-11-16 22:05:19 +01:00 committed by GitHub
parent e61f909f31
commit 1e273b36e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -38,3 +38,9 @@
</NuxtLink>
</div>
</template>
<style lang="postcss">
.router-link-active {
--at-apply: color-primary;
}
</style>