Skip to content

Commit

Permalink
fix: update quoteblock style (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Jan 6, 2025
1 parent 8f09acb commit fc1712f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ const defaultTheme: Theme = {
// 引用
blockquote: {
'font-style': `normal`,
'border-left': `none`,
'padding': `1em`,
'border-radius': `8px`,
'border-left': `4px solid var(--md-primary-color)`,
'border-radius': `6px`,
'color': `rgba(0,0,0,0.5)`,
'background': `var(--blockquote-background)`,
'margin': `2em 8px`,
},

// 引用内容
Expand Down

0 comments on commit fc1712f

Please sign in to comment.