diff --git a/client/src/renderers/styles/welcome.css b/client/src/renderers/styles/welcome.css index a9a5800..80cb041 100644 --- a/client/src/renderers/styles/welcome.css +++ b/client/src/renderers/styles/welcome.css @@ -1,12 +1,14 @@ +body { + background: url("/static/images/backgrounds/nightTime.jpg"); + background-size: cover; +} + .welcome-page { position: fixed; width: 100%; height: 100%; top: 0; left: 0; - - background: url("/static/images/backgrounds/nightTime.jpg"); - background-size: cover; } .welcome-time { color: white;