mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
fall back on a default red styling for narratives
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user