From: Ant Zucaro Date: Fri, 7 Oct 2011 17:12:05 +0000 (-0400) Subject: Fix incorrect color on blue team scoreboard. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2818c426af538971105b4a9e5dfbd8f25522277d;p=xonotic%2Fxonstat.git Fix incorrect color on blue team scoreboard. --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index 27640ef..e0f1a5d 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -394,7 +394,7 @@ tr.odd.blue { background-color:#000F4C; } tr.even.blue { - background-color:#571612; + background-color:#000F4C; } /* Containers */