This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder/frontend/src/routes/+page.svelte

8 lines
250 B
Svelte
Raw Normal View History

<h1 class="text-xl">Velkommen til Helseveileder</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<style lang="postcss">
:global(html) {
background-color: theme(colors.gray.300);
}
</style>