fall back on a default red styling for narratives

This commit is contained in:
Lachie Kermode
2018-11-30 14:46:44 +00:00
parent 70dbcd96e0
commit a2d5fdf3da
5 changed files with 20 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
z-index: $map;
}
.event {
fill: $yellow;
fill: $event_default;
cursor: pointer;
opacity: 0.45;
}
@@ -144,6 +144,7 @@
*/
.location-event-marker {
fill: $event_default;
stroke-width: 0;
transition: 0.2s ease;
fill-opacity: 0.8;