diff --git a/_includes/header.html b/_includes/header.html index a195b4a..ad562c3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -26,7 +26,7 @@ $.getJSON("http://status.chaospott.de/status.json").done(function(data) { if(data.state.open) { $( "#status_open" ).css( "display", "block" ); - $( "#status_bar" ).css( "borderColor", "#00ff00" ); + $( "#status_bar" ).css( "borderColor", "#32AB3C" ); } else { $( "#status_closed" ).css( "display", "block" ); $( "#status_bar" ).css( "borderColor", "#ff0000" ); @@ -34,7 +34,7 @@ });
  • - + Raum offen