Skip to content

Commit

Permalink
fix: πŸ› try fix font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 6, 2023
1 parent fc86b88 commit 55fcd3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs-ve/src/theme.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ createGlobalTheme('html.dark, html.htw-dark', vars, baselineThemeDark)

// fix boxShadow
globalStyle('.histoire-generic-render-story > *', { padding: 12 })

// fix font size
globalStyle('.histoire-generic-render-story', { fontSize: '1em' })

0 comments on commit 55fcd3f

Please sign in to comment.