Adding markers: trail start / end

This commit is contained in:
2020-01-12 21:06:13 +01:00
parent 273bd48b9f
commit f170855ab8
5 changed files with 56 additions and 25 deletions

View File

@@ -225,6 +225,14 @@ $legend-color: #222;
color: $message-color;
top: 1px;
}
.fa-track-start, .fa-track-end {
color: $message-color;
font-size: 14px;
top: 1px;
}
.fa-track-end {
color: $track-hitchhiking-color;
}
}
/* Feed Panel */