From 87d1560dd483db8cf4dd79a2307c3d012c115b5b Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Fri, 18 Aug 2023 17:42:32 -0400 Subject: [PATCH] change leftover color --- client/src/styles/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index b86ada3..92ebfe3 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -674,7 +674,7 @@ label[for='moderator'] { height: 100px; margin: 0 auto; max-width: 100%; - background-color: #1b1a24; + background-color: #1e1e1e; } #game-control-prompt button, #start-game-prompt button, #leave-game-prompt button {