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