From 9d951508d5c69b97f0dfd480fc67ba2ee6d2184c Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Thu, 6 Mar 2025 11:22:15 +0900 Subject: [PATCH] docs: Update DocCommunity.vue 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. --- docs/.vitepress/components/DocCommunity.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/components/DocCommunity.vue b/docs/.vitepress/components/DocCommunity.vue index c64f736aa..88514b53c 100644 --- a/docs/.vitepress/components/DocCommunity.vue +++ b/docs/.vitepress/components/DocCommunity.vue @@ -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" >