diff --git a/themes/custom-learn2-dark/css/custom.css b/themes/custom-learn2-dark/css/custom.css index ed4a92d..6a68726 100644 --- a/themes/custom-learn2-dark/css/custom.css +++ b/themes/custom-learn2-dark/css/custom.css @@ -51,10 +51,10 @@ Put your custom CSS in this file. } /* full content */ -body { +/*body { background: #111111; color: #dddddd; -} +}*/ /* code blocks */ pre[class*="language-"] { diff --git a/themes/custom-learn2-dark/scss/configuration/theme/_colors.scss b/themes/custom-learn2-dark/scss/configuration/theme/_colors.scss new file mode 100644 index 0000000..65f339c --- /dev/null +++ b/themes/custom-learn2-dark/scss/configuration/theme/_colors.scss @@ -0,0 +1,5 @@ +// Core +$core-text: #dddddd; + +// Background +$page-bg: #111111;