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 @@ -