From 26408a1972809c2f0aa19d02fbcc7ff4e6df39df Mon Sep 17 00:00:00 2001 From: Local Dev Date: Tue, 8 Sep 2026 01:51:03 +0200 Subject: [PATCH] fix(theseus/settings/light): split --acid into fill + --acid-text for text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BCH-teal #0AC18E is ~2.9:1 on white — great for filled backgrounds and tints, marginal for small text. Introduce --acid-text (dark mode: same as --acid, light mode: #253A49 BCH-dark = ~12:1 on white). Rewrote every text usage in settings.html to var(--acid-text): - .brand (⛓ Theseus in sidebar) - .side a.active (selected section) - .btn text (Check for updates / add engine) - .engcat .cat .add:hover text - inline in the Ariadne status + Update status renders Fills, borders, and background tints stay var(--acid) so the BCH-green brand splash is preserved everywhere it works. Also drops the manual .brand override in the light-media block — no longer needed since the variable does the job. --- settings.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/settings.html b/settings.html index bf2437d..aef65d5 100644 --- a/settings.html +++ b/settings.html @@ -2,17 +2,23 @@ Theseus — Settings