From 1392325077af5cf62c2fb34422e763cea90239d6 Mon Sep 17 00:00:00 2001 From: Bandie Date: Tue, 6 Aug 2019 19:37:25 +0200 Subject: [PATCH] Darker room status --- web/_includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/_includes/header.html b/web/_includes/header.html index a5ae108..49dfc12 100644 --- a/web/_includes/header.html +++ b/web/_includes/header.html @@ -33,7 +33,7 @@ $.getJSON("https://status.chaospott.de/api/").done(function (data) { if (data.state.open) { $("#status_open").css("display", "block"); - $("#status_bar").css("borderColor", "#5CB85C"); + $("#status_bar").css("borderColor", "#29A900"); } else { $("#status_closed").css("display", "block"); $("#status_bar").css("borderColor", "#D9534F"); @@ -41,7 +41,7 @@ });
  • - + Raumstatus