From 37966c207aa62c7897170ac4ee9cbc6723c9cca6 Mon Sep 17 00:00:00 2001 From: wangshunnn Date: Fri, 17 Jan 2025 15:08:09 +0800 Subject: [PATCH] docs: update style --- docs-vitepress/api/ApiIndex.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-vitepress/api/ApiIndex.vue b/docs-vitepress/api/ApiIndex.vue index 0411de58b..dd1607b42 100644 --- a/docs-vitepress/api/ApiIndex.vue +++ b/docs-vitepress/api/ApiIndex.vue @@ -1005,13 +1005,13 @@ export default { font-size: 15px; font-weight: 500; line-height: 2; - color: var(--vt-c-text-code); + color: var(--vt-c-text-code) !important; transition: color 0.5s; text-decoration: none; } .api-groups a:hover { - color: var(--vt-c-brand); + color: var(--vt-c-brand) !important; transition: none; }