From 6287292939c51136680e966678bcfb807aa01b22 Mon Sep 17 00:00:00 2001 From: Bandie Date: Mon, 16 Sep 2019 00:58:17 +0200 Subject: [PATCH] Fix: Status closed unreadable --- web/_includes/header.html | 2 +- web/_sass/_chaospott.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/_includes/header.html b/web/_includes/header.html index 7c8c914..1b5e39f 100644 --- a/web/_includes/header.html +++ b/web/_includes/header.html @@ -46,7 +46,7 @@
  • - + Raumstatus: geschlossen
  • diff --git a/web/_sass/_chaospott.scss b/web/_sass/_chaospott.scss index 747d887..87d474c 100644 --- a/web/_sass/_chaospott.scss +++ b/web/_sass/_chaospott.scss @@ -107,11 +107,11 @@ ul.nav>li>a { } #status_open a { - color: #29A900 !important; + color: #fff !important; } #status_closed a { - color: #D9534F !important; + color: #fff !important; } #status_bar {