peak search, denser catalog, profiles, filename parsing, themed map controls
This commit is contained in:
+12
@@ -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);
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user