17 lines
274 B
CSS
17 lines
274 B
CSS
.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;
|
|
} |