webtools/site/finska/style.css

17 lines
274 B
CSS
Raw Normal View History

2025-12-21 21:57:31 +00:00
.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;
}