Skip to content

Commit

Permalink
fix: type check
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Dec 21, 2024
1 parent e0253d9 commit 65be6de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const defaultTheme: Theme = {
'line-height': `1.75`,
},
block: {
container: {},
// 一级标题
h1: {
'display': `table`,
Expand Down Expand Up @@ -288,6 +289,7 @@ const graceTheme = toMerged(defaultTheme, {
base: {
},
block: {
'container': {},
'h1': {
'padding': `0.5em 1em`,
'border-bottom': `2px solid var(--md-primary-color)`,
Expand Down

0 comments on commit 65be6de

Please sign in to comment.