[Client] Add invalid rounds count CSS rule for challenge mode
This commit is contained in:
parent
fe88154d57
commit
09ee0a616e
@ -129,6 +129,14 @@ html {
|
|||||||
margin: 0.75em;
|
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 */
|
||||||
#rounds_count {
|
#rounds_count {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user