diff --git a/screen_custom.css.dist b/screen_custom.css.dist new file mode 100644 index 0000000000000000000000000000000000000000..4e4172d473f9a17c103b16fbd5dab6ff562ad1dc --- /dev/null +++ b/screen_custom.css.dist @@ -0,0 +1,11 @@ +/** + 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