Move color definition

This commit is contained in:
RealStickman 2022-11-19 16:11:14 +01:00
parent 69e238da90
commit bc27a01b33
2 changed files with 7 additions and 2 deletions

View File

@ -51,10 +51,10 @@ Put your custom CSS in this file.
} }
/* full content */ /* full content */
body { /*body {
background: #111111; background: #111111;
color: #dddddd; color: #dddddd;
} }*/
/* code blocks */ /* code blocks */
pre[class*="language-"] { pre[class*="language-"] {

View File

@ -0,0 +1,5 @@
// Core
$core-text: #dddddd;
// Background
$page-bg: #111111;