forked from Mirrors/elk
feat: style active route (#11)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
e61f909f31
commit
1e273b36e3
1 changed files with 6 additions and 0 deletions
|
@ -38,3 +38,9 @@
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="postcss">
|
||||||
|
.router-link-active {
|
||||||
|
--at-apply: color-primary;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue