mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-14 04:00:32 +03:00
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>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="postcss">
|
||||
.router-link-active {
|
||||
--at-apply: color-primary;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue