feat: change navigation link marker

This commit is contained in:
Sebin Nyshkim 2022-09-28 02:12:31 +02:00
parent eeb5ece970
commit 2bc11a85d8

View file

@ -108,9 +108,11 @@ const props = defineProps<Props>();
} }
&:before { &:before {
content: "👉"; content: "";
font-size: 2rem; font-size: 2rem;
margin: 0 1rem 0 0; margin: 0 1rem 0 0;
display: inline-block;
width: 2rem;
} }
&.router-link-exact-active { &.router-link-exact-active {