|
@@ -11,6 +11,7 @@ $bodycolor: $sidebar;
|
|
|
$headingtext: $subthemecolor;
|
|
$headingtext: $subthemecolor;
|
|
|
$bodytext: #333333;
|
|
$bodytext: #333333;
|
|
|
$linktext: $subthemecolor;
|
|
$linktext: $subthemecolor;
|
|
|
|
|
+$linkcolor: burlywood;
|
|
|
$linktext-hover: lighten($linktext, 20%);
|
|
$linktext-hover: lighten($linktext, 20%);
|
|
|
$sidebar-text: #38495a;
|
|
$sidebar-text: #38495a;
|
|
|
$accentcolor: #e08dbc;
|
|
$accentcolor: #e08dbc;
|
|
@@ -198,6 +199,10 @@ input .btn-secondary {
|
|
|
color: $subthemecolor;
|
|
color: $subthemecolor;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.wiki a {
|
|
|
|
|
+ color: $linkcolor;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* panel
|
|
* panel
|
|
|
*/
|
|
*/
|