Skip to content

Commit b9ea36f

Browse files
committed
feat: use same link style in readme-not-found as in readme-content
1 parent c331c28 commit b9ea36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ onKeyStroke(
11521152
:href="repositoryUrl"
11531153
target="_blank"
11541154
rel="noopener noreferrer"
1155-
class="link text-fg"
1155+
class="link text-fg underline underline-offset-4 decoration-fg-subtle hover:(decoration-fg text-fg) transition-colors duration-200"
11561156
>{{ $t('package.readme.view_on_github') }}</a
11571157
>
11581158
</p>

0 commit comments

Comments
 (0)