Merge pull request #1175 from alphagov/bold-by-month

Make ‘by month’ heading bold on usage
This commit is contained in:
Chris Hill-Scott
2017-03-07 10:38:54 +00:00
committed by GitHub

View File

@@ -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;
}
}
}
}