| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-23 11:24:12 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-23 11:24:12 +0100 | 
| commit | c390159944687d76f2f4c243ebec959ed9e4da93 (patch) | |
| tree | ab5b079c2a784b8f9a5bfb16ecef1d0c75604dc6 /src | |
| parent | 415a11dd304586a3f10d4dec82c564d39a426910 (diff) | |
Makes non-defendable spots more visible.
Diffstat (limited to 'src')
| -rw-r--r-- | src/battlemap/www/style.css | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index c908cb3..cac5551 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -249,10 +249,10 @@     background:        repeating-linear-gradient(          -55deg, -        rgba(0,0,0,0), -        rgba(0,0,0,0) 3px, -        rgba(0,0,0,0.7) 3px, -        rgba(0,0,0,0.7) 7px +        rgba(255,255,255,0.3), +        rgba(255,255,255,0.3) 3px, +        rgba(0,0,0,0.3) 3px, +        rgba(0,0,0,0.3) 7px        );  } | 


