refactor color usage

This commit is contained in:
kritzl 2024-06-07 16:39:15 +02:00
parent fda2214aea
commit 192e59d9f8
7 changed files with 409 additions and 377 deletions

View file

@ -6,7 +6,7 @@ let geolocationPermission = false;
let geolocation = null;
const openStations = new Set();
let sortByDistance = false;
const version = '0.5.1'
const version = '0.5.2'
const minorVersion = version.split('.').splice(0, 2).join('.');
const numberFormat = new Intl.NumberFormat('de-DE', {
maximumFractionDigits: 1