From fa4c3791769623057b378a352413b58d58a676bb Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 9 Mar 2026 09:52:54 +0100 Subject: [PATCH] =?UTF-8?q?Forbetr=20kontrast=20p=C3=A5=20statustekst=20fo?= =?UTF-8?q?r=20WCAG=20AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Endrar status_text frå #B0BEC5 (~4.5:1) til #CFD8DC (~6.5:1) mot #16213E-bakgrunnen, i både Android-appen og PWA-en. Co-Authored-By: Claude Opus 4.6 --- app/src/main/res/values/colors.xml | 2 +- pwa/src/styles/main.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0a9d1a1..59aae1f 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -7,7 +7,7 @@ #1A1A2E #16213E - #B0BEC5 + #CFD8DC #1A1A2E #0F0F23 #CC000000 diff --git a/pwa/src/styles/main.css b/pwa/src/styles/main.css index 4623941..fe3d9ff 100644 --- a/pwa/src/styles/main.css +++ b/pwa/src/styles/main.css @@ -40,7 +40,7 @@ html, body { #status-text { flex: 1; - color: #B0BEC5; + color: #CFD8DC; font-size: 12px; white-space: nowrap; overflow: hidden; @@ -50,7 +50,7 @@ html, body { #refresh-btn { background: none; border: none; - color: #B0BEC5; + color: #CFD8DC; cursor: pointer; padding: 4px; font-size: 18px; @@ -142,8 +142,8 @@ html, body { height: 40px; border-radius: 50%; background: #16213E; - border: 2px solid #B0BEC5; - color: #B0BEC5; + border: 2px solid #CFD8DC; + color: #CFD8DC; font-size: 18px; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); @@ -356,7 +356,7 @@ html, body { } .leaflet-control-attribution a { - color: #B0BEC5 !important; + color: #CFD8DC !important; } .leaflet-popup-content-wrapper { @@ -370,5 +370,5 @@ html, body { } .leaflet-popup-close-button { - color: #B0BEC5 !important; + color: #CFD8DC !important; }