From c764afd719a320cbc7db187a429dd16f258332f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 17 Mar 2024 20:47:24 +0100 Subject: [PATCH] . --- content/includes/css.blade.php | 15 +++++++++++++-- content/includes/meta.blade.php | 4 ++-- content/master.blade.php | 2 +- variable_groups.json | 25 +++++++++++++++++++++++++ 4 files changed, 41 insertions(+), 5 deletions(-) diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 29d8b2c..ffc73be 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -15,6 +15,9 @@ footer { color: {{$_footer_color}} ; } + + + footer a, .breadcrumb a , .breadcrumb .breadcrumb-item { color: {{$_footer_link_color}};} footer a:hover,.breadcrumb a:hover { color: {{$_footer_secondary_link_color}};} h1,h2,h3,h4{color: {{$_title_color}}!important;} @@ -29,8 +32,11 @@ a, a:hover, a:active {color:{{$_primary_link_color}};} + .nav-link { + color: {{$_main_nav_color}}; + } .navbar a:hover{ - color: {{$_title_color}}; + color: {{$_main_nav_hover_color}}; } .navbar .nav-item:last-of-type{ @@ -38,7 +44,7 @@ } .navbar-nav .nav-link.active{ - color: {{$_title_color}}; + color: {{$_main_nav_active_color}}; font-weight: bold; } @@ -98,6 +104,11 @@ } + #main-menue{ + background-color: {{$_menue_background_color}}; + background-image: url('{{$_menue_background_image}}') + } + .breadcrumb-item + .breadcrumb-item::before { color: inherit; diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 0d8e9f6..67c7c22 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -91,7 +91,7 @@ @if($content->type->name == "Jobs") -