Fix: Status closed unreadable

This commit is contained in:
Bandie 2019-09-16 00:58:17 +02:00
parent 88bc4aad8d
commit 6287292939
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
</a>
</li>
<li id="status_closed" style="background-color:#D9534F;">
<a href="/status.html" style="color:#ffffff">
<a href="/status.html" style="color:#ffffff !important;">
<i class="fa fa-lock"></i> Raumstatus: geschlossen
</a>
</li>

View File

@ -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 {