scorecard-4p: added the new 4p version

This commit is contained in:
Leon Mika 2025-12-23 00:21:03 +01:00
parent 5bcff37e07
commit cbd55175ae
5 changed files with 74 additions and 12 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;
}