diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 03:22:08 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 03:22:08 -0600 |
commit | 7e47f4fbf42cb4f99eb68a1e6310785f7972bde8 (patch) | |
tree | fdf386eba2e06284ca863efa2eecbb1fc3901349 /css/stats.css | |
parent | 534566ca37d8da800188b073652003671fc9671a (diff) | |
download | pathery-7e47f4fbf42cb4f99eb68a1e6310785f7972bde8.tar.xz |
Improved colors for currently running maps
Diffstat (limited to 'css/stats.css')
-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; } |