diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-29 15:54:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-29 15:54:53 +0100 |
commit | e2bfe765285ed8dedd6e327eb311d179cbf5d038 (patch) | |
tree | 4e9c64d816d167c9c8054dedd3a7596f991a26f7 | |
parent | 0ec82a5102b92438bf396b7439bce294ed9e417a (diff) | |
parent | bf86fb95f462b6510c6aabbc71c50a4131c47fae (diff) |
Merge pull request #32 from Knuspel/master
changed color of symbol in legend
-rw-r--r-- | templates/_map.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_map.html.ep b/templates/_map.html.ep index 5d44841..16718fb 100644 --- a/templates/_map.html.ep +++ b/templates/_map.html.ep @@ -8,7 +8,7 @@ <div class="row"> <div class="col s12"> <span style="color: #f03;">●</span> Ein-/Ausstiegsstation<br/> - <span style="color: #f09;">—</span> Luftlinie zwischen Unterwegshalten + <span style="color: #673ab7;">—</span> Luftlinie zwischen Unterwegshalten </div> </div> |