peak search, denser catalog, profiles, filename parsing, themed map controls

This commit is contained in:
Vincent van der Wal
2026-07-22 12:07:01 +02:00
parent b288daf251
commit b89de57967
17 changed files with 767 additions and 64 deletions
+12
View File
@@ -16,6 +16,10 @@
--good: #0ca30c;
--good-text: #006300;
--critical: #d03b3b;
--logo-wash-1: #b3e0ec;
--logo-wash-2: #96d6c6;
--logo-text: #56555a;
--map-icon-filter: none;
}
/* dark tokens apply when the OS prefers dark (unless the user forced light),
@@ -38,6 +42,10 @@
--accent-track: #184f95;
--good: #0ca30c;
--good-text: #0ca30c;
--logo-wash-1: #1d5766;
--logo-wash-2: #1e6355;
--logo-text: #eef2f0;
--map-icon-filter: invert(1) brightness(1.1);
}
}
:root[data-theme='dark'] {
@@ -57,6 +65,10 @@
--accent-track: #184f95;
--good: #0ca30c;
--good-text: #0ca30c;
--logo-wash-1: #1d5766;
--logo-wash-2: #1e6355;
--logo-text: #eef2f0;
--map-icon-filter: invert(1) brightness(1.1);
}
* {