Skip to content

Commit

Permalink
style: update hr label
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jan 5, 2025
1 parent a7bca54 commit ddff468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,14 @@ const defaultTheme: Theme = {

hr: {
'border-style': `solid`,
'border-width': `1px 0 0`,
'border-width': `2px 0 0`,
'border-color': `rgba(0,0,0,0.1)`,
'-webkit-transform-origin': `0 0`,
'-webkit-transform': `scale(1, 0.5)`,
'transform-origin': `0 0`,
'transform': `scale(1, 0.5)`,
'height': `0.4em`,
'margin': `1.5em 0`,
},
},
inline: {
Expand Down

0 comments on commit ddff468

Please sign in to comment.