mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
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:
parent
3d04644e3f
commit
8e60503953
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user