keep flashy map icon in feed

This commit is contained in:
2026-04-17 20:23:59 +02:00
parent 932f950ed8
commit 3416ace4ee
11 changed files with 41 additions and 13 deletions

View File

@@ -38,10 +38,13 @@ $download-hover: #0078A8;
//Legend colors
$legend: $default;
$main-track: #00ff78;
$off-track: #0000ff;
$hitchhiking: #ff7814;
//Tracks
$track-start: $message;
$track-end: #FF7814;
$track-start: $main-track;
$track-end: $hitchhiking;
//Loader
$loader: $default-bg;