From b511efdc536dc77ec5d047b256d0c0a3fc97b21e Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Wed, 19 Apr 2023 01:25:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B4=A1=E7=8C=AE=E8=80=85=E6=B8=90?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/style.css | 7 +++++-- contributors.md | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 30548c9..d1bcc3e 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -2,12 +2,15 @@ * Customize default theme styling by overriding CSS variables: * https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */ -@import url('https://fonts.loli.net/css2?family=Noto+Sans+SC&display=swap'); -@import url('https://fonts.loli.net/css2?family=Noto+Sans+Mono&display=swap'); +@import url('https://fonts.loli.net/css2?family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /** * Colors * -------------------------------------------------------------------------- */ +.dark .vp-doc a, .dark .vp-doc a>code, .dark .VPNavBarMenuLink.VPNavBarMenuLink:hover, .dark .VPNavBarMenuLink.VPNavBarMenuLink.active, .dark .link.link:hover, .dark .link.link.active, .dark .edit-link-button.edit-link-button, .dark .pager-link .title { + color: var(--vp-c-brand-lighter); +} + :root { --vp-c-brand: #0dadc4; --vp-c-brand-light: #1A9CED; diff --git a/contributors.md b/contributors.md index 2fffd87..e05c413 100644 --- a/contributors.md +++ b/contributors.md @@ -9,3 +9,22 @@ import { members } from './members.js' Say hello to our awesome team. + + + \ No newline at end of file