From 841974ec6a4e982723b75131ca863f54dcc9398d Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 1 Jan 2024 11:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E5=A2=9E=E5=8A=A0=20vp-ca?= =?UTF-8?q?rd=E5=9C=A8=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E8=BE=A8=E8=AF=86=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/index.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index d7b93d841..e8466e1c8 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -13,6 +13,7 @@ header.vp-navbar { .link-box { ol { display: inherit; + li { cursor: pointer; display: inline-block; @@ -61,14 +62,32 @@ header.vp-navbar { main.vp-project-home { table { display: inline-block; + th { border-color: transparent; } + td { border-color: transparent; } } + svg.external-link-icon { display: none; } } + +// 解决深色模式字体样式模糊问题 +html[data-theme="dark"] { + .vp-card-content hr { + border-color: #dddddd; + } + + .vp-card-title { + color: #eeeeee; + } + + .vp-card-desc { + color: #bbbbbb; + } +} \ No newline at end of file