Move color definition
This commit is contained in:
parent
69e238da90
commit
bc27a01b33
@ -51,10 +51,10 @@ Put your custom CSS in this file.
|
||||
}
|
||||
|
||||
/* full content */
|
||||
body {
|
||||
/*body {
|
||||
background: #111111;
|
||||
color: #dddddd;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* code blocks */
|
||||
pre[class*="language-"] {
|
||||
|
@ -0,0 +1,5 @@
|
||||
// Core
|
||||
$core-text: #dddddd;
|
||||
|
||||
// Background
|
||||
$page-bg: #111111;
|
Loading…
Reference in New Issue
Block a user