From e7d0dd7c1052ce495b08e42ad0e5e7147fefeea0 Mon Sep 17 00:00:00 2001 From: Timm Date: Wed, 5 Nov 2014 11:33:04 +0100 Subject: [PATCH] Update header.html --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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