diff --git a/web/splash/splash.css b/web/splash/splash.css index 8c46d2787..207021308 100644 --- a/web/splash/splash.css +++ b/web/splash/splash.css @@ -1,13 +1,14 @@ div.splashContainer { display: flex; justify-content: center; align-items: center; height: 100%; + background-color: #100e16; } div.loginContainer { display: flex; justify-content: center; align-items: center; width: 400px; }