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