Improved frontend

This commit is contained in:
2023-05-17 12:02:18 +02:00
parent 4aa1da0669
commit a411613f27
6 changed files with 46 additions and 15 deletions

View File

@@ -68,4 +68,17 @@
background-color: #3bc4f1;
text-align: left;
color: white;
}
#header-table tr td {
border: 1px black solid;
padding: 1%;
}
#header-table{
border-collapse: collapse;
}
#historyTable, td{
padding: 1%;
}