|
@@ -7,8 +7,8 @@ $sidebar: #101010;
|
|
|
$bodycolor:$basecolor;
|
|
$bodycolor:$basecolor;
|
|
|
$headingtext: lighten($basecolor, 45%);
|
|
$headingtext: lighten($basecolor, 45%);
|
|
|
$bodytext: lighten($basecolor, 35%);
|
|
$bodytext: lighten($basecolor, 35%);
|
|
|
-$linktext: lighten($basecolor, 50%);
|
|
|
|
|
-$linktext-hover: darken($linktext, 15%);
|
|
|
|
|
|
|
+$linktext: lighten($basecolor, 45%);
|
|
|
|
|
+$linktext-hover: lighten($linktext, 10%);
|
|
|
$sidebar-text:#a6acbc;
|
|
$sidebar-text:#a6acbc;
|
|
|
$themecolor:#f75b36;
|
|
$themecolor:#f75b36;
|
|
|
$dark-themecolor:#4F5467;
|
|
$dark-themecolor:#4F5467;
|
|
@@ -16,7 +16,7 @@ $dark-themecolor:#4F5467;
|
|
|
$primary: $themecolor;
|
|
$primary: $themecolor;
|
|
|
|
|
|
|
|
$dark: darken($bodytext, 5%);
|
|
$dark: darken($bodytext, 5%);
|
|
|
-$border: lighten($basecolor, 40%);
|
|
|
|
|
|
|
+$border: #666;
|
|
|
|
|
|
|
|
@import 'apply-colors';
|
|
@import 'apply-colors';
|
|
|
@import 'apply-colors-dark';
|
|
@import 'apply-colors-dark';
|