Skip to content

Commit

Permalink
docs: Update DocCommunity.vue
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lepture authored Mar 6, 2025
1 parent 6036408 commit 9d95150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/DocCommunity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const links = computed(() => [
:key="link.label"
:href="link.url"
target="_blank"
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-white text-sm"
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-foreground text-sm"
>
<Icon
class="text-xl"
Expand Down

0 comments on commit 9d95150

Please sign in to comment.