From e126167e6a0fcfd176cc55665e50d891f5ef2c1c Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Mon, 18 Nov 2024 20:47:25 -0500 Subject: [PATCH] Add bold font-weight to the first paragraph in a table heading Even if it is not in the original Word doc, we want to do this. --- bloom_nofos/bloom_nofos/static/theme-base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bloom_nofos/bloom_nofos/static/theme-base.css b/bloom_nofos/bloom_nofos/static/theme-base.css index 50cb3b15..f0a4f40c 100644 --- a/bloom_nofos/bloom_nofos/static/theme-base.css +++ b/bloom_nofos/bloom_nofos/static/theme-base.css @@ -414,6 +414,11 @@ table tbody tr:first-of-type th p { font-weight: 400; } +table thead th p:first-of-type, +table tbody tr:first-of-type th p:first-of-type { + font-weight: 600; +} + table thead th > p, table tbody tr:first-of-type th > p { margin-top: 0;