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