Add class table-title.

This commit is contained in:
inference 2022-11-09 02:21:25 +00:00
parent dd8cd91d0e
commit 365e7987a1

View File

@ -107,6 +107,14 @@ table, th, td {
color: #ffffff;
}
.table-title {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-align: center;
}
.table-main {
font-family: Roboto, sans-serif;
font-size: 18px;