diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 07:46:03 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 07:46:03 +0000 |
commit | 863eedef94f05600111f6723a90532ad5490a184 (patch) | |
tree | 2dfc1c7c38427940b1efafc737e7ce8eba5ef1c0 | |
parent | 0e13e1da1e9f9f1e95219dc5b9a2372d826ae56d (diff) |
Changes table header text to normal font weight.
-rw-r--r-- | ui/static/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |