From d93c16fbf720c61f3476624720cbfdb11c91f03e Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Thu, 30 Apr 2026 00:13:05 +0100 Subject: [PATCH] =?UTF-8?q?style(visual-fidelity):=20pages-auth=20?= =?UTF-8?q?=E2=80=94=20batches=20D,G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit font-weight 700 → 600 across auth pages; wiki-login hero 32→36 --- app/pages/auth/logout-confirm.vue | 2 +- app/pages/auth/logout-success.vue | 2 +- app/pages/auth/oidc-error.vue | 4 ++-- app/pages/auth/wiki-login.vue | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/pages/auth/logout-confirm.vue b/app/pages/auth/logout-confirm.vue index 3061387..0611b11 100644 --- a/app/pages/auth/logout-confirm.vue +++ b/app/pages/auth/logout-confirm.vue @@ -82,7 +82,7 @@ if (import.meta.server && !xsrf.value) { .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); diff --git a/app/pages/auth/logout-success.vue b/app/pages/auth/logout-success.vue index 28e6fce..ea00d18 100644 --- a/app/pages/auth/logout-success.vue +++ b/app/pages/auth/logout-success.vue @@ -46,7 +46,7 @@ useHead({ title: "Signed Out — Ghost Guild" }); .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); diff --git a/app/pages/auth/oidc-error.vue b/app/pages/auth/oidc-error.vue index 9a060c4..0a86bfb 100644 --- a/app/pages/auth/oidc-error.vue +++ b/app/pages/auth/oidc-error.vue @@ -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; } diff --git a/app/pages/auth/wiki-login.vue b/app/pages/auth/wiki-login.vue index 2ce8dbf..f7e0d01 100644 --- a/app/pages/auth/wiki-login.vue +++ b/app/pages/auth/wiki-login.vue @@ -172,8 +172,8 @@ function resetForm() { .wiki-login-title { font-family: var(--font-display); - font-size: 32px; - font-weight: 700; + font-size: 36px; + font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; color: var(--candle); @@ -240,7 +240,7 @@ function resetForm() { .wiki-login-sent-heading { font-family: var(--font-display); font-size: 20px; - font-weight: 700; + font-weight: 600; color: var(--text-bright); margin: 0; }