We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since version 5.5.1 - Revision 113, you can specify custom CSS from Admin area > Website configurations > Interfaces > General
Here is a CSS example to change default main colors :
html, html.dark, html.light{ --color-main-01 : red; --color-main-02 : white; }