From af09e60764342cf4e65f500f5dee4c968795e6ac Mon Sep 17 00:00:00 2001
From: Sven Schneider <sven.schneider@hft-stuttgart.de>
Date: Tue, 25 May 2021 16:36:10 +0200
Subject: [PATCH] updated css with new colors

---
 public/css/main.css | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/public/css/main.css b/public/css/main.css
index b692a5f..9f9fb7c 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -32,8 +32,13 @@ footer p {
   margin-bottom: 0.25rem;
 }
 
+.footer-header-color{
+  background-color: #868686;
+
+}
+
 body{
-    background-color: #C6332A;/* thistle; */
+    background-color: #868686;/* thistle; */
 }
 
 .bd-placeholder-img {
@@ -69,13 +74,13 @@ a:visited {
 
 .myBtn {
     color: #fff;
-    background-color: #C6332A;
+    background-color: #bd1a1e;
     border-color: thistle; /*set the color you want here*/
     width: 180px;
 }
 .myBtn:hover, .myBtn:focus, .myBtn:active, .myBtn.active, .open>.dropdown-toggle.myBtn {
     color: #fff;
-    background-color: #C6332A;
+    background-color: #bd1a1e;
     border-color: thistle; /*set the color you want here*/
 }
 
@@ -147,4 +152,4 @@ a.button {
   font-size: 3em;
   /* width: 0px; */
   
-}
\ No newline at end of file
+}
-- 
GitLab