Make ‘by month’ heading bold on usage

So that it has the same visual weight as the other headings of the same
level (ie ‘Emails’ and ‘Text messages’).
This commit is contained in:
Chris Hill-Scott
2017-03-06 14:35:31 +00:00
parent 3e1553489b
commit 494b6958b5

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