Add Color

This commit is contained in:
JonatanRek 2023-08-10 15:51:09 +02:00
parent 88e148ba00
commit 601491b275

View File

@ -153,7 +153,7 @@ class HomeController extends Controller
"start_url" => "/",
"scope" => "/",
"display" => "standalone",
"background_color" => "#fff",
"background_color" => setting('app-color'),
"description" => config('app.name' | 'BookStack'),
"categories" => [
"productivity",