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