Replace CSS classes with semantic HTML

This commit is contained in:
2022-01-11 13:28:22 +01:00
parent c6f0421ad3
commit 8719d9b0f9
37 changed files with 1215 additions and 1279 deletions

View File

@@ -33,7 +33,7 @@ onMount(() => {
<svelte:window on:popstate={get_page} />
<div class="checkers inset">
<header>
<h1>Welcome home, {window.user.username}!</h1>
<div class="tab_bar">
@@ -75,7 +75,7 @@ onMount(() => {
</a>
{/if}
</div>
</div>
</header>
<br/>
{#if page === "home"}