From 36264d6082a89a5ba12151b40aac5333eb024ff2 Mon Sep 17 00:00:00 2001 From: Owen Rummage Date: Fri, 24 Jan 2025 21:45:50 -0600 Subject: [PATCH] fix UI --- src/app.css | 4 ++++ src/routes/+page.svelte | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 68258d6..3a7b934 100644 --- a/src/app.css +++ b/src/app.css @@ -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; + } } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..38a2f32 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,5 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+

SVIdentity

+

+ The fully open-source simple as f**k identity + server with no frills. +