diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 891ddecb..c25dfd59 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1220,11 +1220,18 @@ videogular div.event-time { } /* Lets use similar colors to ZM zones, but use slate variations */ + +.zonelayer .zonepoint { + stroke:#2ecc71; + fill:#2ecc71; +} + .zonelayer .Active { stroke: #e74c3c; fill: #e74c3c; } + .zonelayer .Inclusive { stroke: #f39c12; fill: #f39c12; |
