basic layout for trackers

This commit is contained in:
2023-09-11 13:40:37 -05:00
parent 445efb8de7
commit 3df112ef74
3 changed files with 95 additions and 7 deletions
+10 -2
View File
@@ -1,3 +1,11 @@
[id^='tracker-'] {
color: white;
table,
th,
td {
border: 1px solid darkgray;
border-collapse: collapse;
color: gainsboro;
}
td {
text-align: center;
}