From d51c5e37b75f4f9a633523e995971ce37c50cd1a Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 21 Dec 2023 14:08:05 +0000 Subject: [PATCH] change default background splash --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 9a3abcd5..b6e49f9c 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -24,7 +24,7 @@ body { padding:0; font-family: "Poppins", "Helvetica"; letter-spacing: 0.05em; - background: white url('../images/icons/kasm_logo.svg') no-repeat fixed center; + background: white url('../images/splash.jpg') no-repeat fixed center; height:100%; touch-action: none; }