|
@@ -1,15 +1,15 @@
|
|
|
@import '../variables';
|
|
@import '../variables';
|
|
|
|
|
|
|
|
-$themecolor:#112744;
|
|
|
|
|
|
|
+$themecolor:#00424b;
|
|
|
|
|
|
|
|
-$topbar:#334455;
|
|
|
|
|
|
|
+$topbar:#11a543;
|
|
|
$sidebar:#fff;
|
|
$sidebar:#fff;
|
|
|
-$bodycolor:#fff;
|
|
|
|
|
-$headingtext: #2b2b2b;
|
|
|
|
|
|
|
+$bodycolor:#fafff5;
|
|
|
|
|
+$headingtext: #52644b;
|
|
|
$bodytext: #333333;
|
|
$bodytext: #333333;
|
|
|
$linktext: lighten($themecolor, 20%);
|
|
$linktext: lighten($themecolor, 20%);
|
|
|
$linktext-hover: lighten($linktext, 20%);
|
|
$linktext-hover: lighten($linktext, 20%);
|
|
|
-$sidebar-text:#38495a;
|
|
|
|
|
|
|
+$sidebar-text:#5c7253;
|
|
|
|
|
|
|
|
$primary: $themecolor;
|
|
$primary: $themecolor;
|
|
|
|
|
|
|
@@ -18,4 +18,4 @@ $wikilinktext: lighten($themecolor, 20%);
|
|
|
$wikilinktext-hover: lighten($wikilinktext, 20%);
|
|
$wikilinktext-hover: lighten($wikilinktext, 20%);
|
|
|
|
|
|
|
|
@import 'apply-colors';
|
|
@import 'apply-colors';
|
|
|
-@import 'apply-colors-light';
|
|
|
|
|
|
|
+@import 'apply-colors-nature';
|