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;