From 982482e76286ff996f131bd5368be2c403ab4f11 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 21 Jul 2025 06:40:06 +0200 Subject: [PATCH] converted content div to css class --- src/app.html | 1 - static/global.css | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app.html b/src/app.html index b0444b9..f09d9d3 100644 --- a/src/app.html +++ b/src/app.html @@ -7,7 +7,6 @@ %sveltekit.head% -
%sveltekit.body%
diff --git a/static/global.css b/static/global.css index 285cd51..166b03f 100644 --- a/static/global.css +++ b/static/global.css @@ -1,8 +1,6 @@ body { background: #FFFFFF; -} +} -/*body * { - color: white; -} */ +.sveltekit-body { display: contents; }