mirror of
https://github.com/doocs/md.git
synced 2025-01-22 20:04:39 +08:00
fix: update quoteblock style (#508)
This commit is contained in:
parent
8f09acb06d
commit
fc1712f948
@ -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`,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 引用内容
|
// 引用内容
|
||||||
|
Loading…
Reference in New Issue
Block a user