|
|
@@ -1,19 +1,20 @@
|
|
|
@import '../variables';
|
|
|
|
|
|
-$themecolor:#112744;
|
|
|
+$themecolor:#00363d;
|
|
|
|
|
|
-$topbar:#334455;
|
|
|
+$topbar:#118050;;
|
|
|
$sidebar:#fff;
|
|
|
-$bodycolor:#fff;
|
|
|
-$headingtext: #2b2b2b;
|
|
|
+$bodycolor:#fefffd;
|
|
|
+
|
|
|
+$headingtext: #46694e;
|
|
|
$bodytext: #333333;
|
|
|
-$linktext: lighten($themecolor, 20%);
|
|
|
-$linktext-hover: lighten($linktext, 20%);
|
|
|
-$sidebar-text:#38495a;
|
|
|
+$linktext: lighten($themecolor,5%);
|
|
|
+$linktext-hover: lighten($linktext, 12%);
|
|
|
+$sidebar-text:#5c7253;
|
|
|
|
|
|
$primary: $themecolor;
|
|
|
|
|
|
-$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
|
|
|
+$logo-mark-fill: lighten(desaturate($topbar, 30%), 20%);
|
|
|
$wikilinktext: lighten($themecolor, 20%);
|
|
|
$wikilinktext-hover: lighten($wikilinktext, 20%);
|
|
|
|