From e1bc45704a0e7bae462640750bdf20e4a70e0dc2 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 1 Sep 2026 22:00:17 +0200 Subject: [PATCH] =?UTF-8?q?Lesbarhet:=20lysere=20tekst=20og=20aksent=20p?= =?UTF-8?q?=C3=A5=20m=C3=B8rk/r=C3=B8d=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aksenten var murrød og forsvant på svart (lenker, ikoner, oppmuntringer usynlige); nå lys terrakotta på mørk panel, og lysere dim-tekst på begge så kontrasten holder. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- custom.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/custom.css b/custom.css index 668b8b9..068eeeb 100644 --- a/custom.css +++ b/custom.css @@ -52,16 +52,19 @@ body { font-family: var(--sans); font-size: 1.06rem; } --card-bg: #1a1613; --card-bg-opaque: #1a1613; --ink: #f3efe9; - --ink-dim: #b8ada2; + --ink-dim: #cfc4b8; --line: #3a322c; + /* Light terracotta so links, icons and encouragements read on the + near-black panel (brick was invisible there). */ + --accent: #e2a99b; color: #f3efe9; } .alt-card:nth-of-type(3n) { --card-bg: #8a1e12; --card-bg-opaque: #8a1e12; --ink: #fdf3ef; - --ink-dim: #e7c3ba; - --line: #a8362a; + --ink-dim: #f4dbd4; + --line: #b2493d; --accent: #fdf3ef; color: #fdf3ef; }