From 6e60cf94b48aad53f8ec576ce881e4a1d9caea74 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 19 Jan 2025 21:46:40 -0500 Subject: [PATCH] fix: Make the dark theme less terrible --- src/app.html | 4 ++-- tailwind.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.html b/src/app.html index a872b5e..7c9830c 100644 --- a/src/app.html +++ b/src/app.html @@ -1,4 +1,4 @@ - + @@ -26,6 +26,6 @@ --> -
%sveltekit.body%
+
%sveltekit.body%
diff --git a/tailwind.config.ts b/tailwind.config.ts index aede861..108883c 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -38,7 +38,7 @@ export default { "secondary": "#206034", "accent": "#249947", "neutral": "#1b3222", - "base-100": "#070d09", + "base-100": "#2D2D2D", }, }, ],