Defined body background and color
This commit is contained in:
parent
bc49e64e68
commit
23e2fa0943
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/themes/custom-learn2-dark/.sass-cache/
|
5
themes/custom-learn2-dark/css-compiled/theme.css
Normal file
5
themes/custom-learn2-dark/css-compiled/theme.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
body {
|
||||||
|
background: #111111;
|
||||||
|
color: #dddddd; }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=theme.css.map */
|
7
themes/custom-learn2-dark/css-compiled/theme.css.map
Normal file
7
themes/custom-learn2-dark/css-compiled/theme.css.map
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"mappings": "AAAA,IAAK;EACJ,UAAU,ECGI,OAAO;EDFrB,KAAK,ECDW,OAAO",
|
||||||
|
"sources": ["../scss/theme/_core.scss","../scss/configuration/theme/_colors.scss"],
|
||||||
|
"names": [],
|
||||||
|
"file": "theme.css"
|
||||||
|
}
|
2
themes/custom-learn2-dark/scss.sh
Normal file
2
themes/custom-learn2-dark/scss.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
scss --watch scss:css-compiled
|
@ -0,0 +1,2 @@
|
|||||||
|
// Colors
|
||||||
|
@import "colors";
|
12
themes/custom-learn2-dark/scss/theme.scss
Normal file
12
themes/custom-learn2-dark/scss/theme.scss
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
// REQUIRED DEPENDENCIES - DO NOT CHANGE
|
||||||
|
|
||||||
|
// Load Template Configuration
|
||||||
|
@import "configuration/theme/base";
|
||||||
|
|
||||||
|
//-------------------------------------------
|
||||||
|
|
||||||
|
// TEMPLATE COMPONENTS
|
||||||
|
|
||||||
|
// Core
|
||||||
|
@import "theme/core";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user