Calendula - Light and Dark Themes

Light Theme

<link rel="stylesheet" href="styles.css">

Dark Theme

<!-- Include base styles -->
<link rel="stylesheet" href="styles.css">
<!-- Then include dark theme override -->
<link rel="stylesheet" href="dark-theme.css">

To use the dark theme, include both the base styles.css and dark-theme.css.