Chaged default to light theme

This commit is contained in:
laf
2015-03-31 12:22:35 +01:00
parent 97471cd79d
commit 089de7bab3
+1 -1
View File
@@ -103,7 +103,7 @@ if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"]))
$config['project_url'] = "https://github.com/librenms/";
$config['project_issues'] = "https://github.com/librenms/librenms/issues";
$config['site_style'] = "dark"; // Options are dark or light
$config['site_style'] = "light"; // Options are dark or light
$config['stylesheet'] = "css/styles.css";
$config['mono_font'] = "DejaVuSansMono";
$config['favicon'] = "";