From 800d698b467d80a2bae403e7c7b9545f062f9d5a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:31:16 +0800 Subject: [PATCH] style: fix expand-content font size and unify CTA copy Set explicit font-size on .expand-content to prevent it inheriting a smaller size from context. Standardize the two call-to-action labels to "Submit a project" (lowercase, consistent phrasing). Co-Authored-By: Claude --- website/static/style.css | 1 + website/templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index b774a14..b44185b 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -722,6 +722,7 @@ th[data-sort].sort-asc::after { } .expand-content { + font-size: var(--text-base); color: var(--ink-soft); line-height: 1.7; text-wrap: pretty; diff --git a/website/templates/index.html b/website/templates/index.html index fddc5cd..88a5337 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -12,7 +12,7 @@ class="hero-topbar-link hero-topbar-link-strong" target="_blank" rel="noopener" - >Submit a ProjectSubmit a project @@ -252,7 +252,7 @@ class="hero-action hero-action-primary" target="_blank" rel="noopener" - >Read the contribution guideSubmit a project