From 1c886b2c9843aca232cfa6a14a9fc98de5d81360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 7 Feb 2026 09:54:38 +0100 Subject: [PATCH] components: Use background accent color for map marker Since we only support maps in light mode, the accent color is too light in dark mode so the marker doesn't have enough contrast with an "earth" background, and even less with a "water" background. The background accent color doesn't change between light and dark mode and has enough contrast. --- data/resources/stylesheet/_components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/resources/stylesheet/_components.scss b/data/resources/stylesheet/_components.scss index 6ee7d82b..fd4b747d 100644 --- a/data/resources/stylesheet/_components.scss +++ b/data/resources/stylesheet/_components.scss @@ -70,7 +70,7 @@ media-content-viewer controls { } location-viewer .map-marker { - color: var(--accent-color); + color: var(--accent-bg-color); } entry inline-pill {