From 42c638f0725f09c36ab78f2bffdfc45dc790a7a5 Mon Sep 17 00:00:00 2001 From: Sam Tukra Date: Thu, 28 May 2026 11:31:44 +0100 Subject: [PATCH] fix(website): match secondary byline font size to primary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drops `font-size: 0.9em` from .author-secondary so "with Callum Adamson" renders at the same size and font as "Samyakh (Sam) Tukra". The 0.55 opacity fade now carries the visual hierarchy alone — the prior size differential read as off rather than subtle. Co-Authored-By: Claude Opus 4.7 (1M context) --- website/public/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/website/public/styles.css b/website/public/styles.css index 41e208c..486d8cf 100644 --- a/website/public/styles.css +++ b/website/public/styles.css @@ -252,7 +252,6 @@ em, .it { .author-secondary { display: block; opacity: 0.55; - font-size: 0.9em; margin-top: 2px; transition: opacity 0.18s var(--ease); }