This commit is contained in:
James 2020-03-29 11:42:21 +01:00
parent b703b7e9d5
commit 7526170a6f

View File

@ -108,7 +108,8 @@ body::before {
font-family: arial !important;
}
#hc_table th tr:first{
background: #000;
color:#fff;
#hc_table thead tr:first-child th{
background-color: #000 !important;
color:#fff !important;
border-color: #fff;
}