Alkator/SW/PC/Stopwatch/style.css
Martin Quarda 097d741ffc Revert "cleanup"
This reverts commit 0fab73b098a09eaee80bc5f80e05a234c574a497.
2025-04-28 10:41:20 +02:00

21 lines
244 B
CSS

#lightgrid {
background-color: #F0F0F0;
}
#darkgrid {
background-color: #D0D0D0;
}
#lredgrid {
background-color: #FF8888;
}
#dredgrid {
background-color: #FF6666;
}
#gridlabel {
font-size: 16pt;
font-weight: bold;
}