Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit d774bb169b - Show all commits

View file

@ -2,3 +2,28 @@
<title>About</title>
<meta name="description" content="Information about this Website" />
</svelte:head>
<p class="text-background">Background</p>
<p class="text-foreground">Foreground</p>
<p class="text-muted">Muted</p>
<p class="text-muted-foreground">Muted Foreground</p>
<p class="text-popover">Popover</p>
<p class="text-popover-foreground">Popover Foreground</p>
<p class="text-card">card</p>
<p class="text-card-foreground">card-foreground</p>
<p class="text-border">border</p>
<p class="text-input">input</p>
<p class="text-primary">Primary</p>
<p class="text-primary-foreground">primary-foreground</p>
<p class="text-secondary">secondary</p>
<p class="text-secondary-foreground">secondary-foreground</p>
<p class="text-accent">accent</p>
<p class="text-secondary-foreground">secondary-foreground</p>
<p class="text-accent">accent</p>
<p class="text-accent-foreground">accent-foreground</p>
<p class="text-destructive">destructive</p>
<p class="text-destructive-foreground">destructive-foreground</p>
<p class="text-offline">offline</p>
<p class="text-online">online</p>
<p class="text-pending">pending</p>
<p class="text-maintenance">maintenance</p>