This commit is contained in:
2026-05-14 17:31:09 -04:00
parent 3d0a4e3941
commit 5845285b5a
+3 -1
View File
@@ -113,15 +113,17 @@ table, th, td {
} }
table { table {
margin: 0; padding: 0;
} }
th { th {
text-align: center;
background-color: #4682b4; background-color: #4682b4;
color: white; color: white;
} }
tr { tr {
text-align: center;
background-color: #fff7e7; background-color: #fff7e7;
} }