Commit 891106a7 authored by Matěj Lang's avatar Matěj Lang
Browse files

Distinguish between stick not found and no snow detected.

parent 3d96e8c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,8 @@ export default {}


  --color-manually-edited: #00a864;
  --color-manually-edited: #00a864;
  --color-discarded: #dddddd;
  --color-discarded: #dddddd;
  --color-not-marked: #d1b8b6;
  --color-not-found: #d1b8b6;
  --color-no-snow: #ff0000;
  --color-normal: #555555;
  --color-normal: #555555;
}
}