From db3ac30cb24d28fefa83076245274cbd6677a0e4 Mon Sep 17 00:00:00 2001 From: sendevia Date: Thu, 16 Oct 2025 23:07:53 +0800 Subject: [PATCH] feat(theme): remove wave separator and simplify hr styles --- .vitepress/theme/components/Footer.vue | 2 +- .vitepress/theme/styles/main.scss | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.vitepress/theme/components/Footer.vue b/.vitepress/theme/components/Footer.vue index 6bc8b74..0098647 100644 --- a/.vitepress/theme/components/Footer.vue +++ b/.vitepress/theme/components/Footer.vue @@ -7,7 +7,7 @@ const siteVersion = theme.value.siteVersion;