Fixed theme color elements not showing on new instance

Also cleaned notification session access
This commit is contained in:
Dan Brown
2016-06-12 13:37:15 +01:00
parent 991dd8a558
commit d582e76fed
3 changed files with 29 additions and 29 deletions

View File

@ -5,6 +5,8 @@
*/
return [
'app-editor' => 'wysiwyg'
'app-editor' => 'wysiwyg',
'app-color' => '#0288D1',
'app-color-light' => 'rgba(21, 101, 192, 0.15)'
];