From: Dan Brown Date: Sun, 12 Jun 2016 12:37:15 +0000 (+0100) Subject: Fixed theme color elements not showing on new instance X-Git-Tag: v0.11.0~1^2~10 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d582e76fed59ecb1e5ea438ff529e90c6b4d361c Fixed theme color elements not showing on new instance Also cleaned notification session access --- diff --git a/config/setting-defaults.php b/config/setting-defaults.php index 17bae1848..6a55a0dc3 100644 --- a/config/setting-defaults.php +++ b/config/setting-defaults.php @@ -5,6 +5,8 @@ */ return [ - 'app-editor' => 'wysiwyg' + 'app-editor' => 'wysiwyg', + 'app-color' => '#0288D1', + 'app-color-light' => 'rgba(21, 101, 192, 0.15)' ]; \ No newline at end of file diff --git a/resources/views/partials/custom-styles.blade.php b/resources/views/partials/custom-styles.blade.php index e6f8f7fc2..2e23e267b 100644 --- a/resources/views/partials/custom-styles.blade.php +++ b/resources/views/partials/custom-styles.blade.php @@ -1,22 +1,20 @@ -@if(Setting::get('app-color')) - -@endif \ No newline at end of file + \ No newline at end of file diff --git a/resources/views/partials/notifications.blade.php b/resources/views/partials/notifications.blade.php index 183934c66..c079080db 100644 --- a/resources/views/partials/notifications.blade.php +++ b/resources/views/partials/notifications.blade.php @@ -1,12 +1,12 @@ -