From 7e47f4fbf42cb4f99eb68a1e6310785f7972bde8 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Thu, 7 Mar 2013 03:22:08 -0600 Subject: Improved colors for currently running maps --- css/stats.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css/stats.css') diff --git a/css/stats.css b/css/stats.css index 3028d91..1a96475 100644 --- a/css/stats.css +++ b/css/stats.css @@ -115,10 +115,11 @@ } .mapThumbnail.current { - background-color:#557; + background-color: #373737; + color: #CCCCCC; } .mapThumbnail.current:hover { - background-color:#668; + background-color:#474747; } -- cgit v1.2.3