minor style fixup

[skip ci]
This commit is contained in:
Nolan Lawson 2018-04-14 09:44:47 -07:00
parent e52130f1c8
commit 18af622f49
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o
gecko: "#4ab92f", gecko: "#4ab92f",
ozark: "#5263af", ozark: "#5263af",
cobalt: "#08439b", cobalt: "#08439b",
offline: "#999999", sorcery: "#ae91e8",
sorcery: "#ae91e8", offline: "#999999"
} }
if (localStorage.store_currentInstance && localStorage.store_instanceThemes) { if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {
let safeParse = (str) => str === 'undefined' ? undefined : JSON.parse(str) let safeParse = (str) => str === 'undefined' ? undefined : JSON.parse(str)