[S] Minor style issue

pull/10/head
Azalea 2024-02-10 02:59:54 -05:00
parent ee5acfa35f
commit cb873efd38
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div>home</div>
<div>maps</div>
<div>rankings</div>
<Icon icon="tabler:search" />
<div><Icon icon="tabler:search" /></div>
</nav>
<Router {url}>
@ -42,6 +42,9 @@
text-decoration: underline 1px solid transparent
text-underline-offset: 0.1em
display: flex
align-items: center
&:hover
color: $c-main
text-decoration-color: $c-main