diff --git a/src/templates/index.php b/src/templates/index.php index d270ae5..b655a9c 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -170,7 +170,7 @@ $generateThemeCSS = function($colorMap, $theme) use ($sanitizeColor) { $value = $this->params->get($param, ''); $sanitized = $sanitizeColor($value); if ($sanitized !== null) { - $overrides[] = $cssVar . ': ' . $sanitized . ';'; + $overrides[] = "\t" . $cssVar . ': ' . $sanitized . ';'; } }