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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:31:16 +08:00
parent 680de45c00
commit 800d698b46
2 changed files with 3 additions and 2 deletions

View File

@@ -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;