Themes

Example

Dark mode

stuff theme Dark mode (Auto)

We recommend the li and a tags for dark mode

<!--choose one--> 
<li class="darkmode"></li>
<a href="#" role="button" class="darkmode"></a>

Default theme

You can choose one of the default themes

Forced the themes on document <html data-theme="light"> or on any HTML element <main data-theme="dark">