diff --git a/index.php b/index.php index 8bfc76a..8ecfec3 100755 --- a/index.php +++ b/index.php @@ -53,8 +53,8 @@ $rspDesktopWidth = $params->get('rspDesktopWidth'); $rspTabletWidth = $params->get('rspTabletWidth'); $rspGutterWidth = $params->get('rspGutterWidth'); -$this->addStyleDeclaration('@import "' . $tmplBase . '/css/tablet.css' . '" screen and (min-width: '. $rspTabletWidth .') and (max-width: '. $rspDesktopWidth .');'); -$this->addStyleDeclaration('@import "' . $tmplBase . '/css/mobile.css' . '" screen and (max-width: '. $rspTabletWidth .');'); +//$this->addStyleDeclaration('@import "' . $tmplBase . '/css/tablet.css' . '" screen and (min-width: '. $rspTabletWidth .') and (max-width: '. $rspDesktopWidth .');'); +//$this->addStyleDeclaration('@import "' . $tmplBase . '/css/mobile.css' . '" screen and (max-width: '. $rspTabletWidth .');'); $this->addStyleDeclaration(':root { --rspDesktopWidth: ' . $rspDesktopWidth . '; --rspTabletWidth: ' . $rspTabletWidth . '; @@ -67,6 +67,7 @@ $this->addStyleDeclaration(':root { --bs-primary: ' . $params->get('colorPrimary') . '; --bs-secondary: ' . $params->get('colorSecondary') . '; + --bs-tertiary: ' . $params->get('colorTertiary') . '; --bs-background: ' . $params->get('colorBackground') . '; --bs-background-content: ' . $params->get('colorContentBackground') . '; --bs-background-content-rgb: ' . hex2rgb($params->get('colorContentBackground')) . '; @@ -106,7 +107,7 @@ if (!$params->get('solidTopLogo')) {
- +
@@ -127,10 +128,10 @@ if (!$params->get('solidTopLogo')) {
-
-
- -
+
+
+ +