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