webtools/site/finska/style.css
Leon Mika 1b5d3d81b2
All checks were successful
/ publish (push) Successful in 1m26s
finska: slight update to the input borders
2025-12-22 01:48:40 +01:00

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;
}