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; font-family: arial !important;
} }
#hc_table th tr:first{ #hc_table thead tr:first-child th{
background: #000; background-color: #000 !important;
color:#fff; color:#fff !important;
border-color: #fff;
} }