diff --git a/src/routes/_components/settings/instance/ThemeSettings.html b/src/routes/_components/settings/instance/ThemeSettings.html index 015f38b..310b8cb 100644 --- a/src/routes/_components/settings/instance/ThemeSettings.html +++ b/src/routes/_components/settings/instance/ThemeSettings.html @@ -2,11 +2,9 @@
{#each themeGroups as themeGroup}
- {#if themeGroup.dark} -

Dark Background

- {:else} -

Light Background

- {/if} +

+ {themeGroup.dark ? 'Dark background' : 'Light background' } +

{#each themeGroup.themes as theme}