concarneau: make second-level headers semi-bold (#30597)

This commit is contained in:
Serghei Mihai 2019-06-13 11:22:36 +02:00
parent 9b3071c6a1
commit d356373d02
2 changed files with 6 additions and 0 deletions

View File

@ -423,6 +423,10 @@ body {
text-transform: uppercase;
}
.cell h2 {
@extend %title;
}
.cell h3,
.cell h4,
.cell h5,

View File

@ -28,6 +28,8 @@ $border-radius: 0px;
$title-background: white;
$title-color: $secondary-color;
$title-font-family: OpenSans-SemiBold,Arial,Verdana,Helvetica,sans-serif;
$title-font-size: 23px;
$footer-background: transparent;
$footer-color: white;