Lesbarhet: lysere tekst og aksent på mørk/rød panel
lint-and-reload / lint (push) Successful in 1s

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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
This commit is contained in:
bl
2026-09-01 22:00:17 +02:00
co-authored by Claude Fable 5
parent b9ec877e4e
commit e1bc45704a
+6 -3
View File
@@ -52,16 +52,19 @@ body { font-family: var(--sans); font-size: 1.06rem; }
--card-bg: #1a1613; --card-bg: #1a1613;
--card-bg-opaque: #1a1613; --card-bg-opaque: #1a1613;
--ink: #f3efe9; --ink: #f3efe9;
--ink-dim: #b8ada2; --ink-dim: #cfc4b8;
--line: #3a322c; --line: #3a322c;
/* Light terracotta so links, icons and encouragements read on the
near-black panel (brick was invisible there). */
--accent: #e2a99b;
color: #f3efe9; color: #f3efe9;
} }
.alt-card:nth-of-type(3n) { .alt-card:nth-of-type(3n) {
--card-bg: #8a1e12; --card-bg: #8a1e12;
--card-bg-opaque: #8a1e12; --card-bg-opaque: #8a1e12;
--ink: #fdf3ef; --ink: #fdf3ef;
--ink-dim: #e7c3ba; --ink-dim: #f4dbd4;
--line: #a8362a; --line: #b2493d;
--accent: #fdf3ef; --accent: #fdf3ef;
color: #fdf3ef; color: #fdf3ef;
} }