diff --git a/index.php b/index.php index 9398bbb..8bfc76a 100755 --- a/index.php +++ b/index.php @@ -72,6 +72,8 @@ $this->addStyleDeclaration(':root { --bs-background-content-rgb: ' . hex2rgb($params->get('colorContentBackground')) . '; --bs-background-content-opacity: ' .$params->get('colorContentBackgroundOpacity') . '; + --bs-h1: ' . $params->get('colorH1') . '; + }'); if (!$params->get('solidTopSides')) { @@ -100,11 +102,11 @@ if (!$params->get('solidTopLogo')) { -