diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index b50b979..2fc6f94 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -4,7 +4,11 @@ body{ background-color: {{$_primary_background_color}}; font-family: {{$_schriftart}}; + + background-image: url("{{$_background_pattern}}"); + background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); } + .bg-ci { background-color: {{$_primary_ci_color}}; } footer { color: {{$_footer_color}} ; diff --git a/content/master.blade.php b/content/master.blade.php index 0cf3856..c0aa53e 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -49,7 +49,7 @@
- {{config('settings.name')}} + {{config('settings.name')}} diff --git a/variables.json b/variables.json index 69ca02b..7ae8539 100644 --- a/variables.json +++ b/variables.json @@ -180,6 +180,14 @@ "description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.", "required": true }, + + { + "id": "Background Pattern", + "name": "Hintergrund Pattern", + "type": "string", + "value": "", + "required": false + }, { "name": "Schriftart", "type": "select",