Hero: fix title descender clipping (g); CI: rename PR token var so Gitea's auto GITEA_TOKEN doesn't 401 the branch step
build-and-deploy / build (push) Failing after 11m19s

This commit is contained in:
2026-06-17 20:54:57 +10:00
parent 18ed7458c3
commit 1c956d6ec4
3 changed files with 12 additions and 4 deletions
+4
View File
@@ -54,7 +54,11 @@ import { cvAvailable } from "../lib/assets";
}
.hero__title {
font-size: var(--step-5);
line-height: 1.12;
letter-spacing: -0.03em;
/* Extend the paint box below the baseline so background-clip:text doesn't
crop glyph descenders (the "g" in Wright). */
padding-bottom: 0.14em;
background: linear-gradient(180deg, var(--text), color-mix(in srgb, var(--text) 62%, var(--accent)));
-webkit-background-clip: text;
background-clip: text;