Cosmetics: close error boxes and results in color

This commit is contained in:
Claude Brisson
2024-03-17 10:58:08 +01:00
parent 55d8951fd7
commit 1fce827894
3 changed files with 17 additions and 0 deletions

View File

@@ -302,9 +302,11 @@
}
.player {
&.winner {
color: darkred;
font-weight: bold;
}
&.looser {
color: blue;
font-style: italic;
}
}