From d97bdef0e84a08e18e3115626339bd9bced47313 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 28 May 2026 15:56:09 -0700 Subject: [PATCH] site: bump changelog/FAQ bold lead-ins to 600 (500 read too subtle) Co-Authored-By: Claude Opus 4.8 (1M context) --- site/styles/changelog-faq-kinpaku.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/styles/changelog-faq-kinpaku.css b/site/styles/changelog-faq-kinpaku.css index befccd430..38b755bc5 100644 --- a/site/styles/changelog-faq-kinpaku.css +++ b/site/styles/changelog-faq-kinpaku.css @@ -58,7 +58,7 @@ margin: 0 0 12px; } .cf-items li:last-child { margin-bottom: 0; } -.cf-items strong { color: var(--ks-champagne); font-weight: 500; } +.cf-items strong { color: var(--ks-champagne); font-weight: 600; } .cf-items code { font-family: var(--ks-mono); font-size: 0.92em; @@ -289,7 +289,7 @@ margin: 0 0 6px; line-height: 1.6; } -.cf-faq-answer strong { color: var(--ks-champagne); font-weight: 500; } +.cf-faq-answer strong { color: var(--ks-champagne); font-weight: 600; } .cf-faq-answer code { font-family: var(--ks-mono); font-size: 0.92em;