feat: style active route (#11)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
e61f909f31
commit
1e273b36e3
@ -38,3 +38,9 @@
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="postcss">
|
||||
.router-link-active {
|
||||
--at-apply: color-primary;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user