From 9b140cbf6d87b6dffd2e914cde060cc8e46c93e8 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sun, 16 Dec 2018 04:16:15 -0800 Subject: [PATCH] revert theme to light - may be time to go to a color theme soon, but which one? --- library/globals.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index 95a73b758..0a0d3eea8 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -206,7 +206,7 @@ $GLOBALS_METADATA = array( 'css_header' => array( xl('General Theme (need to logout/login after change this setting)'), 'css', - 'style_cobalt_blue.css', + 'style_light.css', xl('Pick a general theme (need to logout/login after change this setting).') ), -- 2.11.4.GIT