From 3880c3ec290a533efe11aae7f69d101638e01bf1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Mon, 12 Jan 2026 17:25:15 +0100 Subject: [PATCH] [android] Improve color of text in how to edit oph Signed-off-by: Jean-Baptiste --- data/opening_hours_how_to_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/opening_hours_how_to_edit.html b/data/opening_hours_how_to_edit.html index e460b6770..8ea841a31 100644 --- a/data/opening_hours_how_to_edit.html +++ b/data/opening_hours_how_to_edit.html @@ -23,7 +23,7 @@ @media screen and (prefers-color-scheme: dark) { :root { --primary-color: #b5b5b5; - --secondary-color: #858585; + --secondary-color: #959595; --link-color: #659464; --background-color: black; --separator-color: #0a0a0a;