21 lines
314 B
CSS
21 lines
314 B
CSS
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;
|
|
} |