change default background splash

This commit is contained in:
matt 2023-12-21 14:08:05 +00:00
parent 19b3de10e1
commit d51c5e37b7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ body {
padding:0; padding:0;
font-family: "Poppins", "Helvetica"; font-family: "Poppins", "Helvetica";
letter-spacing: 0.05em; 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%; height:100%;
touch-action: none; touch-action: none;
} }