tweak gecko theme

This commit is contained in:
Nolan Lawson 2018-01-21 15:28:11 -08:00
parent d627348d19
commit 0d6cf813a8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
$main-theme-color: #126c12;
$body-bg-color: lighten($main-theme-color, 70%);
$main-theme-color: #4ab92f;
$body-bg-color: lighten($main-theme-color, 45%);
$anchor-color: $main-theme-color;
$main-text-color: #333;
$border-color: #dadada;

View File

@ -43,7 +43,7 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o
hotpants: "hotpink",
oaken: "saddlebrown",
majesty: "blueviolet",
gecko: "#126c12",
gecko: "#4ab92f",
offline: "#999999"
}
if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {