Files
KnockOutWhist-Web/knockoutwhistweb/app/assets/stylesheets/light-mode.less
LQ63 a71752df2f feat(ui): changed Background color, centered Lobby
Added a background color for the mainmenu and the lobby + centered lobby
2025-11-09 16:34:47 +01:00

7 lines
169 B
Plaintext

:root {
--background-image: url('/assets/images/img.png');
--color: black;
--highlightscolor: rgba(0, 0, 0, 0.75);
--background-color: rgba(228, 232, 237, 1);
}