fix(solo): restore dark background on setup/won phases of solo screen

This commit is contained in:
jessy-david-dev
2026-04-10 16:49:17 +02:00
parent 6378056f97
commit 0b71bd4f6d
+1 -1
View File
@@ -1153,7 +1153,7 @@ body {
min-height: 100dvh; min-height: 100dvh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #fff; background: var(--bg);
} }
/* Barre fixee en bas pendant le jeu solo */ /* Barre fixee en bas pendant le jeu solo */