]> BookStack Code Mirror - bookstack/blobdiff - app/Config/setting-defaults.php
Added tests to cover saml and added controller middleware
[bookstack] / app / Config / setting-defaults.php
index b48253eb190f1cc408c50fc944bc41b8a8d79f28..c6080df1db6df81b434a935dde272c0f038c5c0a 100644 (file)
@@ -14,9 +14,9 @@ return [
     'app-logo'             => '',
     'app-name-header'      => true,
     'app-editor'           => 'wysiwyg',
-    'app-color'            => '#0288D1',
-    'app-color-light'      => 'rgba(21, 101, 192, 0.15)',
+    'app-color'            => '#206ea7',
+    'app-color-light'      => 'rgba(32,110,167,0.15)',
     'app-custom-head'      => false,
     'registration-enabled' => false,
 
-];
\ No newline at end of file
+];