From 78941334b5c404f5e55869bdea453e8d03ae389d Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 20 Sep 2024 09:38:00 +0200 Subject: [PATCH] add dist file to customize css --- screen_custom.css.dist | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 screen_custom.css.dist diff --git a/screen_custom.css.dist b/screen_custom.css.dist new file mode 100644 index 0000000..4e4172d --- /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 -- GitLab