From bc49e64e68f3048a4c9e340cf36ea6a73a45b9bc Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 19 Nov 2022 16:12:44 +0100 Subject: [PATCH] Add custom scss --- themes/custom-learn2-dark/scss/theme/_core.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 themes/custom-learn2-dark/scss/theme/_core.scss diff --git a/themes/custom-learn2-dark/scss/theme/_core.scss b/themes/custom-learn2-dark/scss/theme/_core.scss new file mode 100644 index 0000000..a5e5b82 --- /dev/null +++ b/themes/custom-learn2-dark/scss/theme/_core.scss @@ -0,0 +1,4 @@ +body { + background: $page-bg; + color: $core-text; +}