From 863eedef94f05600111f6723a90532ad5490a184 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 07:46:03 +0000 Subject: Changes table header text to normal font weight. --- ui/static/css/main.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/static/css/main.css b/ui/static/css/main.css index d8060bd..45a1258 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -35,5 +35,6 @@ table#home-summary-table td { table#home-summary-table th { /* border: solid 2px #ccc; */ background: lightgray; + font-weight: unset; } -- cgit v1.2.3