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" } ] },