feat: style active route (#11)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
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

View file

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