mirror of https://github.com/hykilpikonna/AquaDX
[S] Minor style issue
parent
ee5acfa35f
commit
cb873efd38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue