Skip to content

Commit

Permalink
Update ColorSettings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhahnweilheim committed Oct 30, 2023
1 parent c561c76 commit 2c6ec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ColorSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function saveVarsToFile()
$vars = $vars . '--' . $key . ':' . $value . ';';
}

$additionalCss = Config::additionalCss();
$additionalCss = Config()->additionalCss();

$content = ':root {' . $vars . $additionalCss . '}';

Expand Down

0 comments on commit 2c6ec58

Please sign in to comment.