From 18af622f4977ff5801e8f3cc6af5388a77f09dea Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 14 Apr 2018 09:44:47 -0700 Subject: [PATCH] minor style fixup [skip ci] --- templates/2xx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/2xx.html b/templates/2xx.html index 5ab866d..d0873e6 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -52,8 +52,8 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o gecko: "#4ab92f", ozark: "#5263af", cobalt: "#08439b", - offline: "#999999", - sorcery: "#ae91e8", + sorcery: "#ae91e8", + offline: "#999999" } if (localStorage.store_currentInstance && localStorage.store_instanceThemes) { let safeParse = (str) => str === 'undefined' ? undefined : JSON.parse(str)