web/settings: more accessibility improvements

This commit is contained in:
wukko
2024-07-03 17:10:53 +06:00
parent 5291edcacc
commit bc795a75ad
3 changed files with 5 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
<IconChevronLeft />
</a>
{/if}
<h3 id="settings-page-title">
<h3 id="settings-page-title" aria-level="1">
settings
{#if !isHome}
<span class="title-slash"> / </span>
@@ -47,7 +47,7 @@
{/if}
</h3>
{:else}
<h2 id="settings-page-title">settings</h2>
<h2 id="settings-page-title" aria-level="1">settings</h2>
{/if}
</div>
<nav id="settings-navigation" class:visible-mobile={isMobile && isHome}>