Remove hard-coded colors in vue

This commit is contained in:
2026-05-13 13:23:10 +02:00
parent 17fe2330c6
commit c3835f45c5
4 changed files with 26 additions and 10 deletions

View File

@@ -41,7 +41,9 @@ $title: $default;
$subtitle: #999;
$download-hover: #0078A8;
//Legend colors
//Map colors
$space: #000000;
$horizon: #FFFFFF;
$legend: $default;
$main-track: $message-flashy;
$off-track: #0000ff;