From e52340f33a960b941346f79ebe107ab88b6687f5 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 10 Jul 2024 20:19:05 +0600 Subject: [PATCH] web/settings: improve subtext visibility --- web/src/components/settings/SettingsNavSection.svelte | 3 ++- web/src/routes/+layout.svelte | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/components/settings/SettingsNavSection.svelte b/web/src/components/settings/SettingsNavSection.svelte index 9caaaad5..a004be0d 100644 --- a/web/src/components/settings/SettingsNavSection.svelte +++ b/web/src/components/settings/SettingsNavSection.svelte @@ -23,7 +23,8 @@ } #settings-section-title { - font-size: 12px; + font-size: 12.5px; + font-weight: 500; color: var(--gray); padding-left: 8px; } diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 2f113080..298e3581 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -274,7 +274,8 @@ } :global(.subtext) { - font-size: 12px; + font-size: 12.5px; + font-weight: 500; color: var(--gray); line-height: 1.4; padding: 0 var(--padding);