diff options
-rw-r--r-- | css/stats.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |