]> 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 43927557fd4d0b62f9c38717601c9845333752f4..c6080df1db6df81b434a935dde272c0f038c5c0a 100644 (file)
@@ -14,9 +14,9 @@ return [
     'app-logo'             => '',
     'app-name-header'      => true,
     'app-editor'           => 'wysiwyg',
-    'app-color'            => '#1d75b6',
-    'app-color-light'      => 'rgba(29,117,182,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
+];