fix: update quoteblock style (#508)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
Build and Push Docker Images / build (push) Has been skipped

This commit is contained in:
Libin YANG 2025-01-06 19:24:47 +08:00 committed by GitHub
parent 8f09acb06d
commit fc1712f948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,12 +79,11 @@ const defaultTheme: Theme = {
// 引用 // 引用
blockquote: { blockquote: {
'font-style': `normal`, 'font-style': `normal`,
'border-left': `none`,
'padding': `1em`, 'padding': `1em`,
'border-radius': `8px`, 'border-left': `4px solid var(--md-primary-color)`,
'border-radius': `6px`,
'color': `rgba(0,0,0,0.5)`, 'color': `rgba(0,0,0,0.5)`,
'background': `var(--blockquote-background)`, 'background': `var(--blockquote-background)`,
'margin': `2em 8px`,
}, },
// 引用内容 // 引用内容