feat(ui): changed Background color, centered Lobby

Added a background color for the mainmenu and the lobby + centered lobby
This commit is contained in:
LQ63
2025-11-09 16:34:47 +01:00
committed by Janis
parent c220e54bb8
commit 1496179a6b
3 changed files with 6 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
width: 100%;
height: 100vh;
}
.lobby-background {
background-color: @background-color;
}
.navbar-header{
text-align:center;