Add class table-main.

This commit is contained in:
inference 2022-11-09 01:58:25 +00:00
parent 64fb099b33
commit b0c4e7160f

View File

@ -106,3 +106,9 @@ table, th, td {
font-size: 18px; font-size: 18px;
color: #ffffff; color: #ffffff;
} }
.table-main {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}