Skip to content
Snippets Groups Projects
Commit 78941334 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add dist file to customize css

parent e5a201a7
No related branches found
No related tags found
No related merge requests found
/**
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;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment