From 4492b9b69dd28c7c8f00f488c04328596f266356 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Jan 2020 21:19:18 +0000 Subject: [PATCH] Bring back the old table header style The reset.css stylesheet led to this behaviour, so override Bootstrap here to bring it back. --- assets/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 42b3de9..04a0ba5 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -128,3 +128,7 @@ footer { table { width: 100%; } + +th { + font-weight: normal; +}