Fix color dependencies

This commit is contained in:
2026-04-13 23:02:35 +02:00
parent cb505d9092
commit 52316d9abb
12 changed files with 132 additions and 99 deletions

View File

@@ -47,12 +47,12 @@
top: 1px;
}
.fa-track-start, .fa-track-end {
color: color.$message;
color: color.$track-start;
font-size: 14px;
top: 1px;
}
.fa-track-end {
color: #FF7814;
color: color.$track-end;
}
}
}