Hyperbook Documentation

Custom Styles

Custom styles are best used with allowDangerousHtml enabled. It is highly recommanded to not style hyperbook elements and to only style custom elements. The classes we use for the hyperbook are not considered stable and might change in the future. Therefore, style hyperbook elements only with caution.

Frontmatter
styles:
  - /custom_style.css
.custom {
	color: red;
	font-size: 3rem;
}
I am styled!
Custom Styles
✎ GitHub© Copyright 2024 by OpenPatch