From 7b8002426d7b57e556d1ad170b3410e3dc0686db Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 18 Mar 2026 23:30:47 +0800 Subject: [PATCH] feat(website): add co-maintainer credit and bump hero-sub font size - Replace 'Curated by @vinta since 2014' with 'Maintained by @vinta and @JinyangWang27' to reflect the new co-maintainer - Increase .hero-sub font size from --text-sm to --text-base for better readability Co-Authored-By: Claude --- website/static/style.css | 2 +- website/templates/index.html | 34 +++++++++++++++++++++++++--------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index 1925b00b..1a01501e 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -108,7 +108,7 @@ a:hover { color: var(--accent-hover); text-decoration: underline; } } .hero-sub { - font-size: var(--text-sm); + font-size: var(--text-base); color: var(--text-secondary); line-height: 1.6; margin-bottom: 0.5rem; diff --git a/website/templates/index.html b/website/templates/index.html index 9d3334f2..4a91ecb0 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -1,15 +1,20 @@ -{% extends "base.html" %} -{% block content %} +{% extends "base.html" %} {% block content %}