Skip to content

Commit

Permalink
Add bold font-weight to the first paragraph in a table heading
Browse files Browse the repository at this point in the history
Even if it is not in the original Word doc, we want to do this.
  • Loading branch information
pcraig3 committed Nov 19, 2024
1 parent 217a1f8 commit c1ba65d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bloom_nofos/bloom_nofos/static/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c1ba65d

Please sign in to comment.