Split generic scorecard with 2 and 4 player variants
All checks were successful
/ publish (push) Successful in 1m33s

This commit is contained in:
Leon Mika 2025-12-23 00:29:40 +01:00
parent cbd55175ae
commit 6f258bf13d
9 changed files with 373 additions and 5 deletions

View file

@ -0,0 +1,21 @@
tfoot input {
border-width: 1px;
}
.score-foul {
color: #861D13;
background-color: #F8DCD6;
font-weight: bold;
}
.score-overflow {
color: #5B4200;
background-color: #FCEFD9;
font-weight: bold;
}
.score-win {
color: #394D00;
background-color: #DEFC85;
font-weight: bold;
}