feat: main table generation

This commit is contained in:
2025-11-04 16:28:00 +01:00
parent 4bf8002fa3
commit 66461f0965
4 changed files with 152 additions and 18 deletions
+16
View File
@@ -226,3 +226,19 @@ button.full {
table.config td:first-child {
text-align: right;
}
table.output,
table.output th,
table.output td {
border: 1px solid var(--text-secondary);
}
table.output td {
text-align: center;
font-size: 1.1em;
padding: 0.25em 0.5em;
}
table.output td:first-child {
text-align: right;
}