added base GUI structure for stopwatch

This commit is contained in:
2024-11-27 15:41:06 +01:00
parent 7c871a3b5c
commit c1b729cf52
3 changed files with 133 additions and 1 deletions

20
SW/PC/Stopwatch/style.css Normal file
View File

@@ -0,0 +1,20 @@
#lightgrid {
background-color: #F0F0F0;
}
#darkgrid {
background-color: #D0D0D0;
}
#lredgrid {
background-color: #FF8888;
}
#dredgrid {
background-color: #FF6666;
}
#gridlabel {
font-size: 16pt;
font-weight: bold;
}