This commit is contained in:
RealStickman 2022-11-19 16:29:54 +01:00
parent c1ba061712
commit 5a844c338f
4 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -2,4 +2,4 @@
$core-text: #dddddd;
// Background
$page-bg: #111111;
//$page-bg: #111111;

View File

@ -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";