From 3263b12f73647c70bebf181d289b9bd1610ad851 Mon Sep 17 00:00:00 2001 From: Nik Rozman Date: Sun, 1 Mar 2026 18:17:05 +0100 Subject: [PATCH] Make dark theme lighter, match auto --- web-config.html => web/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename web-config.html => web/index.html (99%) diff --git a/web-config.html b/web/index.html similarity index 99% rename from web-config.html rename to web/index.html index 08370e8..aedb5ad 100644 --- a/web-config.html +++ b/web/index.html @@ -15,9 +15,10 @@ --accent2: #ff3d71; --warn: #ffaa00; --ok: #00e096; - --dim: #3a4050; - --text: #c8d0dc; - --label: #5a6480; + /* updated to match theme-dark overrides, so auto:dark equals manual dark */ + --dim: #7a8490; + --text: #f0f2f5; + --label: #9faab7; --mono: 'Share Tech Mono', monospace; --sans: 'Barlow Condensed', sans-serif; --logo-color: #ffffff; @@ -72,6 +73,7 @@ --tap-right: rgba(200,30,80,0.35); } + /* ── Auto light (OS hint; explicit class overrides) ──────────────────────── */ @media (prefers-color-scheme: light) { :root:not(.theme-dark) {