From 5571d21b217ae7aed72eb0b904d46b2b171147e2 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Fri, 14 Aug 2026 19:45:58 +0200 Subject: [PATCH] Accent to a dusty press-cyan, a muted echo of the canvas's cyan ink Co-Authored-By: Claude Fable 5 --- style/main.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/style/main.css b/style/main.css index e6226b1..c898c1e 100644 --- a/style/main.css +++ b/style/main.css @@ -38,11 +38,13 @@ } :root { - /* the one brand color - everything else is neutral. Tuned for - legibility against near-black, distinct from the YES canvas's own - cyan/magenta/yellow so UI chrome never fights with it. */ - --accent: #f0923c; - --accent-soft: rgba(240, 146, 60, 0.16); + /* the one brand color - everything else is neutral. A muted, + desaturated echo of the YES canvas's cyan ink: same family as the + canvas so chrome harmonizes with it, but dusty enough to read as a + quiet spot color on dark stock rather than compete. Legible + against near-black both as text and under #0a0a0a button text. */ + --accent: #8ec2c0; + --accent-soft: rgba(142, 194, 192, 0.16); --paper: #0a0a0a; --paper-raised: #161616;