Skip to content

Commit

Permalink
fix: rollback change
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Aug 29, 2024
1 parent 11ad603 commit c57ab0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const defaultTheme = {
block: {
// 一级标题样式
h1: {
'width': `max-content`,
'display': `table`,
'padding': `0 1em`,
'border-bottom': `2px solid var(--md-primary-color)`,
'margin': `2em auto 1em`,
Expand All @@ -51,7 +51,7 @@ const defaultTheme = {

// 二级标题样式
h2: {
'width': `max-content`,
'display': `table`,
'padding': `0 0.2em`,
'margin': `4em auto 2em`,
'color': `#fff`,
Expand Down

0 comments on commit c57ab0e

Please sign in to comment.