update: waline style

This commit is contained in:
radishzzz 2025-03-08 09:14:28 +00:00
parent 5a87bee474
commit e52a726103
3 changed files with 21 additions and 22 deletions

View file

@ -26,7 +26,7 @@ const { isHome, isPost } = getPagePath(Astro.url.pathname)
const fontStyle = themeConfig.global.fontStyle === 'serif' ? 'font-serif' : 'font-sans'
const footerMarginClass = isPost && themeConfig.comment?.waline?.serverURL
? 'mt-4'
? 'mt-8'
: 'mt-12'
---