feat: change navigation link marker
This commit is contained in:
parent
eeb5ece970
commit
2bc11a85d8
1 changed files with 3 additions and 1 deletions
|
@ -108,9 +108,11 @@ const props = defineProps<Props>();
|
|||
}
|
||||
|
||||
&:before {
|
||||
content: "👉";
|
||||
content: "➤";
|
||||
font-size: 2rem;
|
||||
margin: 0 1rem 0 0;
|
||||
display: inline-block;
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue