|
@@ -19,7 +19,7 @@ $accentdark: rgba(224, 141, 188, 0.5);
|
|
|
$background-color: rgba(171, 224, 174, 0.4);
|
|
$background-color: rgba(171, 224, 174, 0.4);
|
|
|
$third-main-color: antiquewhite;
|
|
$third-main-color: antiquewhite;
|
|
|
$textcolor: dimgray;
|
|
$textcolor: dimgray;
|
|
|
-$primary: $themecolor;
|
|
|
|
|
|
|
+$primary: #e87b98;
|
|
|
$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
|
|
$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
|
|
|
$wikilinktext: $subthemecolor;
|
|
$wikilinktext: $subthemecolor;
|
|
|
$wikilinktext-hover: gba(171, 224, 174, 0.9);
|
|
$wikilinktext-hover: gba(171, 224, 174, 0.9);
|
|
@@ -124,7 +124,7 @@ body:not(.on-edit) .nav.nav-tabs {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.label-default {
|
|
.label-default {
|
|
|
- background-color: $themecolor;
|
|
|
|
|
|
|
+ background-color: $primary;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
div .btn-inverse {
|
|
div .btn-inverse {
|