Skip to content
Snippets Groups Projects
screen_custom.css.dist 243 B
/**
    Copy the dist file to "screen_custom.css" to enable it
    Then you can override styles of all css

    Example: 
    Plain white background and remove border of the main box
*/
:root{
    --main-bg: #fff;
    --content-border: none;
}