tweak gecko theme
This commit is contained in:
parent
d627348d19
commit
0d6cf813a8
|
@ -1,5 +1,5 @@
|
||||||
$main-theme-color: #126c12;
|
$main-theme-color: #4ab92f;
|
||||||
$body-bg-color: lighten($main-theme-color, 70%);
|
$body-bg-color: lighten($main-theme-color, 45%);
|
||||||
$anchor-color: $main-theme-color;
|
$anchor-color: $main-theme-color;
|
||||||
$main-text-color: #333;
|
$main-text-color: #333;
|
||||||
$border-color: #dadada;
|
$border-color: #dadada;
|
||||||
|
|
|
@ -43,7 +43,7 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o
|
||||||
hotpants: "hotpink",
|
hotpants: "hotpink",
|
||||||
oaken: "saddlebrown",
|
oaken: "saddlebrown",
|
||||||
majesty: "blueviolet",
|
majesty: "blueviolet",
|
||||||
gecko: "#126c12",
|
gecko: "#4ab92f",
|
||||||
offline: "#999999"
|
offline: "#999999"
|
||||||
}
|
}
|
||||||
if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {
|
if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {
|
||||||
|
|
Loading…
Reference in a new issue