This commit is contained in:
2025-01-24 21:45:50 -06:00
parent 052369293f
commit 36264d6082
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -83,4 +83,8 @@
.background {
@apply col-span-3;
}
a {
@apply text-purple-800 hover:text-purple-300 dark:text-purple-500 dark:hover:text-purple-400;
}
}
+5 -2
View File
@@ -1,2 +1,5 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
<h1 class="text-2xl font-bold">SVIdentity</h1>
<h3 class="text-sm mt-2">
The fully <a href="https://github.com/owenrummage/svidentity">open-source</a> simple as f**k identity
server with no frills.
</h3>