From c02c22ec3c38d5ca7c15691e0abf25a45062fcae Mon Sep 17 00:00:00 2001 From: holybaechu Date: Tue, 27 Feb 2024 20:38:18 +0900 Subject: [PATCH] use dark colored background on scrollbars by changing body's bg color --- src/app.html | 2 +- src/routes/+layout.svelte | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app.html b/src/app.html index 44fba8e..2a90dcc 100644 --- a/src/app.html +++ b/src/app.html @@ -16,7 +16,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6d01038..09de997 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,12 +4,13 @@ import "../app.css"; -
+
-
+
\ No newline at end of file +
+