|
|
@@ -8,14 +8,14 @@ $bodycolor:#fff;
|
|
|
$headingtext: #2b2b2b;
|
|
|
$bodytext: #333333;
|
|
|
$linktext: lighten($themecolor, 20%);
|
|
|
-$linktext-hover: darken($linktext, 5%);
|
|
|
+$linktext-hover: lighten($linktext, 20%);
|
|
|
$sidebar-text:#38495a;
|
|
|
|
|
|
$primary: $themecolor;
|
|
|
|
|
|
$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
|
|
|
$wikilinktext: lighten($themecolor, 20%);
|
|
|
-$wikilinktext-hover: darken($wikilinktext, 5%);
|
|
|
+$wikilinktext-hover: lighten($wikilinktext, 20%);
|
|
|
|
|
|
@import 'apply-colors';
|
|
|
@import 'apply-colors-light';
|