Improve a statement (#27769)

Color variables should be enclosed between quotation marks, quotation marks could be single or double, but they are quotation marks, not apostrophes.
This commit is contained in:
Iván Pereira 2023-06-13 08:26:01 +02:00 committed by GitHub
parent 3d04644e3f
commit 8e60503953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ frontend:
accent-color: darkred
```
The example above defines two themes named `happy` and `sad`. For each theme, you can set values for CSS variables. If you want to provide hex color values, wrap those in apostrophes, since otherwise, YAML would consider them a comment (`primary-color: "#123456"`).
The example above defines two themes named `happy` and `sad`. For each theme, you can set values for CSS variables. If you want to provide hex color values, wrap those in quotation marks, since otherwise, YAML would consider them a comment (`primary-color: "#123456"`).
### Supported theme variables