diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 4372c5b5f..5d6ccea31 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -208,9 +208,19 @@ details summary { .body-copy-table { - table th, - table td { - @include core-19; + table { + + th, + td { + @include core-19; + } + + thead { + th { + @include bold-19; + } + } + } }