|
|
@@ -1,19 +1,22 @@
|
|
|
@import '../variables';
|
|
|
|
|
|
$basecolor: #16282D;
|
|
|
-$themecolor:rgb(11, 78, 104);
|
|
|
+$themecolor:rgba(11, 79, 104, 0.616);
|
|
|
|
|
|
$topbar:#011414;
|
|
|
$sidebar:#fff;
|
|
|
$bodycolor:$basecolor;
|
|
|
-$headingtext: rgb(218, 216, 117);
|
|
|
+$headingtext: #D9A364;
|
|
|
$bodytext: #97D7CF;
|
|
|
$linktext: darken($themecolor, 15%);
|
|
|
$linktext-hover: lighten($linktext, 80%);
|
|
|
$sidebar-text:rgb(29, 88, 81);
|
|
|
$dark-themecolor:#4F5467;
|
|
|
|
|
|
+
|
|
|
$primary: $themecolor;
|
|
|
+$info: lighten($themecolor,20%);
|
|
|
+
|
|
|
$logo-mark-fill: rgb(170, 245, 237);
|
|
|
$wikilinktext: saturate($bodytext, 20%);
|
|
|
$wikilinktext-hover: darken($wikilinktext, 5%);
|