Increase table font size.

This commit is contained in:
yukirij 2024-10-15 15:52:47 -07:00
parent 5f91f7a67e
commit 30b933017a

View File

@ -4,6 +4,7 @@ main table.list{
}
main table.list tr{
height:2.5rem;
font-size: 1.15rem;
background-color:#242424;
}
main table.list tr:nth-child(odd){