From c754111d2ef0e86517cc499bf4cb565ca124745f Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sat, 25 Feb 2023 11:26:51 -0500 Subject: [PATCH] better background color for home input --- client/src/styles/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/styles/home.css b/client/src/styles/home.css index 22c4d81..369d068 100644 --- a/client/src/styles/home.css +++ b/client/src/styles/home.css @@ -142,6 +142,10 @@ form > div { filter: drop-shadow(2px 2px 4px black); } +#room-code { + background-color: #16141e; +} + label[for="room-code"], label[for="player-name"] { margin-right: 0.5em; }