From d46cfdc6333ac045b471db9fe53e3d10cd76bacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Thu, 20 Oct 2022 16:06:25 +0200 Subject: [PATCH] first changes --- content/includes/css.blade.php | 10 +- content/includes/footer.blade.php | 37 +++--- content/index.blade.php | 8 +- content/master.blade.php | 42 +------ content/pages/hausmeisterservice.blade.php | 26 ----- content/pages/hausverwaltung.blade.php | 26 ----- content/pages/kunden.blade.php | 26 ----- content/pages/mediation.blade.php | 125 --------------------- 8 files changed, 39 insertions(+), 261 deletions(-) delete mode 100644 content/pages/hausmeisterservice.blade.php delete mode 100644 content/pages/hausverwaltung.blade.php delete mode 100644 content/pages/kunden.blade.php delete mode 100644 content/pages/mediation.blade.php diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 4486293..612dfb7 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -8,7 +8,7 @@ background-color: #f0e4f45c; } h1,h2,h3{ - color: #2776b7; + color: #00296b; } section{ padding-top: 45px; @@ -37,18 +37,18 @@ text-decoration: none; } .btn-primary{ - background-color: #2776b7; - border-color: #185991; + background-color: #bae641; + border-color: #8db02b; color: white; } .btn-primary:hover{ - background-color: #185991; + background-color: #8db02b; } nav a, nav a:hover, footer a, footer a:hover { color: #2776b7; } a, a:hover{ - color: #2776b7; + color: #bae641; } @-webkit-keyframes bg-ci-animated { 0%{background-position:0% 50%} diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 9a86cb8..c48f2b0 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -1,25 +1,31 @@ -