From a65ee2700e14b02e417f77af15c93450188dadae Mon Sep 17 00:00:00 2001
From: Timm <gidsi@users.noreply.github.com>
Date: Wed, 18 Mar 2015 09:05:30 +0100
Subject: [PATCH] changed romm status colors

---
 _includes/header.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index 89cab90..d46e3b8 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -26,15 +26,15 @@
           $.getJSON("http://status.chaospott.de/status.json").done(function(data) {
             if(data.state.open) {
               $( "#status_open" ).css( "display", "block" );
-              $( "#status_bar" ).css( "borderColor", "#32AB3C" );
+              $( "#status_bar" ).css( "borderColor", "#5CB85C" );
             } else {
               $( "#status_closed" ).css( "display", "block" );
-              $( "#status_bar" ).css( "borderColor", "#ff0000" );
+              $( "#status_bar" ).css( "borderColor", "#D9534F" );
 	          }
           });
         </script>
         <li id="status_open">
-          <a href="status.html" style="color:#32AB3C !important;">
+          <a href="status.html" style="color:#5CB85C !important;">
             Raum offen
           </a>
         </li>