From 554f7ca8c855c9aba5a304246da43cc2bfd9d5aa Mon Sep 17 00:00:00 2001 From: Harald Wolff-Thobaben Date: Wed, 17 Nov 2021 13:23:49 +0100 Subject: [PATCH] several improvements and fixes --- index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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')) { -