Test
This commit is contained in:
parent
c1ba061712
commit
5a844c338f
@ -938,7 +938,7 @@ td {
|
||||
transform-style: preserve-3d; }
|
||||
|
||||
body {
|
||||
background: #111111;
|
||||
background: #fff;
|
||||
color: #dddddd; }
|
||||
|
||||
/*# sourceMappingURL=theme.css.map */
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,4 +2,4 @@
|
||||
$core-text: #dddddd;
|
||||
|
||||
// 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";
|
||||
|
||||
//-------------------------------------------
|
||||
|
||||
// Load Template Configuration
|
||||
@import "configuration/theme/base";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user