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;