Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 6331882

Browse files
authored
docs: update DocCommunity.vue (unovue#1683)
Fix hover style for light mode theme. When in light mode theme, the original hover color is white, if you hover on the link, you will see nothing.
1 parent 6036408 commit 6331882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/DocCommunity.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const links = computed(() => [
2727
:key="link.label"
2828
:href="link.url"
2929
target="_blank"
30-
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-white text-sm"
30+
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-foreground text-sm"
3131
>
3232
<Icon
3333
class="text-xl"

0 commit comments

Comments
 (0)