From 0aeeb9f296308c5e6bacb070ff95d09542579e61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Mon, 4 Mar 2019 18:25:20 +0100
Subject: [PATCH] Adjust color of footer-buttons

---
 src/app/components/shared/footer/footer.component.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/components/shared/footer/footer.component.scss b/src/app/components/shared/footer/footer.component.scss
index 703612ced..d3f2b1f8f 100644
--- a/src/app/components/shared/footer/footer.component.scss
+++ b/src/app/components/shared/footer/footer.component.scss
@@ -4,7 +4,6 @@ footer {
 
 mat-toolbar {
   background-color: rgb(240, 240, 240);
-  color: rgb(140, 140, 140);
   height: auto;
   &:first-child {
     padding-left: 0px;
@@ -17,7 +16,7 @@ mat-toolbar {
 button {
   min-height: 28px;
   font-size: 12px;
-  color: rgb(140, 140, 140);
+  color: #80cbc4;
 }
 
 mat-icon {
-- 
GitLab