Mark markers markers that are not on a way in dark red

This commit is contained in:
Antonia 2025-03-13 22:01:07 +01:00
parent 67784097ae
commit 13a7414798
2 changed files with 17 additions and 5 deletions

View file

@ -21,3 +21,4 @@ body {
}
img.red { filter: hue-rotate(120deg); }
img.green { filter: hue-rotate(-120deg); }
img.darkred { filter: hue-rotate(160deg); }