Change the colors
Include a css file with your definitions before Cream CSS, example:
<link rel="stylesheet" href="my-color-customization.css">
<link rel="stylesheet" href="cream-mn.css">
These are the optional defines:
- for main color define
--u-main-lightand--u-main-dark - for error color define
--u-err-lightand--u-err-dark - for code color define
--u-code-lightand--u-code-dark
Here is an example file:
:root {
--u-code-light: #400080;
--u-code-dark: #ffff60;
}