Customize colors
Include styles after Litepicker styles or use !important
to override values.
Example:
<style>
:root {
/* change background color for .container__months */
--litepicker-container-months-color-bg: #333 !important;
}
</style>
See predefined colors in main.scss.