start status page

This commit is contained in:
2025-07-17 19:31:19 -05:00
parent 9bc0eb1ce5
commit 34e5512a8d
6 changed files with 66 additions and 11 deletions

View File

@@ -105,6 +105,20 @@ a, a p {
text-decoration: none;
}
table {
color: lightgray;
border-collapse: collapse;
}
th, td {
border-right: dotted 1px lightgray;
padding: 0 1em;
}
tr {
border: solid 1px lightgray;
}
.transparent {
opacity: 0 !important;
}