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