From 7526170a6f521a2d0ecea57838d8b7cc17539265 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 11:42:21 +0100 Subject: [PATCH] f --- dev.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev.less b/dev.less index 4250453..c2bf978 100644 --- a/dev.less +++ b/dev.less @@ -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; }