From ab47c5d41bd2871cd77f0d0184809a26e5f464e9 Mon Sep 17 00:00:00 2001 From: zengjia Date: Thu, 17 Aug 2023 23:42:22 +0800 Subject: [PATCH] chore: update --- .vitepress/theme/components/Footer.vue | 5 +++-- .vitepress/theme/styles/main.css | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vitepress/theme/components/Footer.vue b/.vitepress/theme/components/Footer.vue index 7507919a3..55a4f5750 100644 --- a/.vitepress/theme/components/Footer.vue +++ b/.vitepress/theme/components/Footer.vue @@ -31,12 +31,13 @@ fill-rule="evenodd" clip-rule="evenodd" class="fill-current" + style="color: var(--vp-c-text-2)" > -

MIT Licensed
Made by Kongying Tavern Team

+

MIT Licensed
Made with ❤ by Kongying Tavern

@@ -127,7 +128,7 @@ const qrcode = useQRCode(theme.value.footer.qrcodeLink) font-size: 14px; font-weight: 500; place-items: self-start; - border-bottom: 1px solid var(--vp-c-gutter); + border-bottom: 1px solid var(--vp-c-divider); gap: 0; overflow: hidden; diff --git a/.vitepress/theme/styles/main.css b/.vitepress/theme/styles/main.css index 3436caa82..f856815ed 100644 --- a/.vitepress/theme/styles/main.css +++ b/.vitepress/theme/styles/main.css @@ -63,6 +63,10 @@ html { text-decoration: none !important; } +.VPSidebar { + z-index: 2 !important; +} + .VPSidebar::-webkit-scrollbar { background: transparent; height: 8px; @@ -122,6 +126,7 @@ html { html:not(.no-sliding) [slide-enter], html:not(.no-sliding) .slide-enter, html:not(.no-sliding) .main > div > *, + html:not(.no-sliding) #VPContent > div > div.VPFeatures.VPHomeFeatures > *, html:not(.no-sliding) .TeamPage > *, html:not(.no-sliding) .VPHomeHero > * { --enter-stage: 0;