Skip to content

Commit 4d5a704

Browse files
committed
fix: hover underline
1 parent f05625c commit 4d5a704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async function updateSearch() {}
144144
:key="i"
145145
>
146146
<NuxtLink
147-
class="flex flex-row gap-2 leading-tightest no-underline color-current"
147+
class="flex flex-row gap-2 leading-tightest no-underline color-current hover:underline"
148148
:href="issue.html_url"
149149
>
150150
<Icon

0 commit comments

Comments
 (0)