Add track on project

This commit is contained in:
2024-02-26 22:44:19 +01:00
parent 0cd509a99d
commit 25ff80ad7a
6 changed files with 81 additions and 29 deletions

View File

@@ -21,9 +21,6 @@ $title-color: $post-color;
$subtitle-color: #999;
//Legend colors
$track-main-color: #00ff78;
$track-off-track-color: #0000ff;
$track-hitchhiking-color: #FF7814;
$legend-color: $post-color;
@import 'page.project.map';
@@ -77,7 +74,7 @@ $legend-color: $post-color;
top: 1px;
}
.fa-track-end {
color: $track-hitchhiking-color;
color: #FF7814;
}
}
}