Forbetr kontrast på statustekst for WCAG AA

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 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-09 09:52:54 +01:00
commit fa4c379176
2 changed files with 7 additions and 7 deletions

View file

@ -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;
}