diff options
Diffstat (limited to 'css/maps.css')
-rw-r--r-- | css/maps.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/maps.css b/css/maps.css index 8e49789..62c11b4 100644 --- a/css/maps.css +++ b/css/maps.css @@ -173,12 +173,12 @@ .grid_td_rockxpath1 {
background: url(../images/Path1XRock.png);
- background-color: #666666;
+ background-color: #555;
color: #fff;
}
.grid_td_rockxpath2 {
background: url(../images/Path2XRock.png);
- background-color: #666666;
+ background-color: #777;
color: #fff;
}
|