From d7544f63e945a828855a4604cafe35f9b0193eb7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Feb 2022 21:00:14 +0300 Subject: [PATCH] source/scss/iseal.scss: apply style to h4 --- site/source/scss/iseal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/scss/iseal.scss b/site/source/scss/iseal.scss index 2a42617f..a41873c0 100644 --- a/site/source/scss/iseal.scss +++ b/site/source/scss/iseal.scss @@ -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; }