From 3bfc2d0865c6f6c697171d521ec8277596bc8d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 25 Jul 2023 12:04:03 +0200 Subject: [PATCH] . --- content/index.blade.php | 7 ++++++- variables.json | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 12e685d..87f1b0d 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -126,7 +126,12 @@
-

$title

+

$title

+ +

12345 Musterstadt

+ + Wartung Butterfly +
diff --git a/variables.json b/variables.json index 3dd0a8b..ab14bed 100644 --- a/variables.json +++ b/variables.json @@ -7,7 +7,7 @@ { "name": "Primary CI Color", "type": "color", - "value" : "#1862A8" + "value" : "#e62b25" }, { "name": "Secondary CI Color", @@ -27,7 +27,7 @@ { "name": "Primary Link Color", "type": "color", - "value" : "#1862A8" + "value" : "#e62b25" }, { @@ -40,14 +40,14 @@ { "name": "Title Color", "type": "color", - "value" : "#1862A8", + "value" : "#e62b25", "description": "Farbe für Überschriften" }, { "name": "Schriftart", "type": "string", - "value" : "Times New Roman" + "value" : "15px/25px 'Noto Sans', Arial, sans-serif" } ] },