From ee4f6e4ce14e1dbdba5da3247667c2286d0988a6 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 11:50:48 +0100 Subject: [PATCH] f --- dev.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev.less b/dev.less index c2bf978..cd45646 100644 --- a/dev.less +++ b/dev.less @@ -108,8 +108,18 @@ body::before { font-family: arial !important; } +#hc_table th{ + background: #f0f0f0 !important; +} + #hc_table thead tr:first-child th{ background-color: #000 !important; color:#fff !important; border-color: #fff; } + +#hc_table thead tr:nth-child(1) th{ + background-color: #000 !important; + color:#fff !important; + border-color: #fff; +}