From 2818c426af538971105b4a9e5dfbd8f25522277d Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 7 Oct 2011 13:12:05 -0400 Subject: [PATCH] Fix incorrect color on blue team scoreboard. --- xonstat/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2