[Client] Add invalid rounds count CSS rule for challenge mode

This commit is contained in:
AudricV 2023-01-09 10:52:40 +01:00
parent fe88154d57
commit 09ee0a616e
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -129,6 +129,14 @@ html {
margin: 0.75em;
}
.multi_player_challenge_mode_invalid_input {
color: var(--button-background-color);
font-family: "Roboto Mono", sans-serif;
font-size: 1em;
font-weight: bold;
margin: 0.5em;
}
/* Rounds count */
#rounds_count {
background-color: white;