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; +}