Skip to content

Commit

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

// fix boxShadow
// globalStyle('.__histoire-render-story', { margin: -12 })
// globalStyle('#app > .histoire-generic-render-story', { margin: -12 })

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

// fix font size
globalStyle('.__histoire-render-story', { fontSize: '1rem' })
globalStyle('#app > .histoire-generic-render-story', { fontSize: '1rem' })

0 comments on commit 998b057

Please sign in to comment.