|
@@ -1,6 +1,7 @@
|
|
|
@import '../variables';
|
|
@import '../variables';
|
|
|
|
|
|
|
|
-$basecolor:#2e343f;
|
|
|
|
|
|
|
+$basecolor:#212731;
|
|
|
|
|
+$themecolor:#f75b36;
|
|
|
|
|
|
|
|
$topbar: #151515;
|
|
$topbar: #151515;
|
|
|
$sidebar: #101010;
|
|
$sidebar: #101010;
|
|
@@ -10,7 +11,6 @@ $bodytext: lighten($basecolor, 35%);
|
|
|
$linktext: lighten($basecolor, 45%);
|
|
$linktext: lighten($basecolor, 45%);
|
|
|
$linktext-hover: lighten($linktext, 10%);
|
|
$linktext-hover: lighten($linktext, 10%);
|
|
|
$sidebar-text:#a6acbc;
|
|
$sidebar-text:#a6acbc;
|
|
|
-$themecolor:#f75b36;
|
|
|
|
|
$dark-themecolor:#4F5467;
|
|
$dark-themecolor:#4F5467;
|
|
|
|
|
|
|
|
$primary: $themecolor;
|
|
$primary: $themecolor;
|