@@ -34,7 +34,7 @@ |
||
34 | 34 | $css = ':root{' . PHP_EOL; |
35 | 35 | foreach ($theme->getColors(true) as $index => $color) { |
36 | 36 | $css .= ' --q-' . $index . ': ' . $color . ';' . PHP_EOL; |
37 | - $css .= ' --' . $index . ': ' . $color . ';' . PHP_EOL; |
|
37 | + $css .= ' --' . $index . ': ' . $color . ';' . PHP_EOL; |
|
38 | 38 | } |
39 | 39 | $css .= '}'; |
40 | 40 | return new Response($css, Response::HTTP_OK, [ |