style(visual-fidelity): pages-auth — batches D,G

font-weight 700 → 600 across auth pages; wiki-login hero 32→36
This commit is contained in:
Jennie Robinson Faber 2026-04-30 00:13:05 +01:00
parent cad57b0083
commit d93c16fbf7
4 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@ const hasDetail = computed(
.auth-title {
font-family: var(--font-display);
font-size: 28px;
font-weight: 700;
font-weight: 600;
line-height: 1.1;
letter-spacing: -0.01em;
color: var(--candle);
@ -97,7 +97,7 @@ const hasDetail = computed(
.auth-detail-code {
color: var(--ember);
font-weight: 700;
font-weight: 600;
margin: 0 0 4px;
}