source/scss/iseal.scss: apply style to h4

This commit is contained in:
Alan Orth 2022-02-06 21:00:14 +03:00
parent 503da470df
commit d7544f63e9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -40,7 +40,7 @@ div.badge-required {
// The ISEAL Branding Guidelines Version 3.0 say that headings should be bold
// weight and primary blue color.
h1, h2, h3 {
h1, h2, h3, h4 {
color: $primary;
font-weight: 700;
}