better background color for home input

This commit is contained in:
AlecM33
2023-02-25 11:26:51 -05:00
parent 7bdf6007b8
commit c754111d2e

View File

@@ -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;
}