Styling
Styles for the HTML output are set with CSS variables that override defaults set by a theme object. You can set your own styles by either defining your own theme object or overriding the default theme's styles with CSS variables. The latter approach is much more powerful and flexible and should be used when possible.
- See the list of available CSS variables
- Check out typographic edge cases (CJK fullwidth characters and emoji)
- Learn about style hooks
- Learn about theme objects