Test
This commit is contained in:
parent
c1ba061712
commit
5a844c338f
@ -938,7 +938,7 @@ td {
|
|||||||
transform-style: preserve-3d; }
|
transform-style: preserve-3d; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #111111;
|
background: #fff;
|
||||||
color: #dddddd; }
|
color: #dddddd; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,4 +2,4 @@
|
|||||||
$core-text: #dddddd;
|
$core-text: #dddddd;
|
||||||
|
|
||||||
// Background
|
// Background
|
||||||
$page-bg: #111111;
|
//$page-bg: #111111;
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
// REQUIRED DEPENDENCIES - DO NOT CHANGE
|
// Dependencies on original theme
|
||||||
|
|
||||||
// Load Third Party Libraries
|
// Load original Learn2 theme scss
|
||||||
@import "../../learn2/scss/theme";
|
@import "../../learn2/scss/theme";
|
||||||
|
|
||||||
|
//-------------------------------------------
|
||||||
|
|
||||||
// Load Template Configuration
|
// Load Template Configuration
|
||||||
@import "configuration/theme/base";
|
@import "configuration/theme/base";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user