Fixed ha-style link (#5457)

After the change to Polymer3 ha-style.html didn't exist anymore, it is instead ha-style.js
This commit is contained in:
thrawnarn 2018-05-30 12:04:45 +02:00 committed by Franck Nijhof
parent d792c59397
commit 45091aa564

View File

@ -69,7 +69,7 @@ frontend:
primary-color: blue primary-color: blue
``` ```
The example above defined two themes named `happy` and `sad`. For each theme you can set values for CSS variables. For a partial list of variables used by the main frontend see [ha-style.html](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.html). The example above defined two themes named `happy` and `sad`. For each theme you can set values for CSS variables. For a partial list of variables used by the main frontend see [ha-style.js](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.js).
There are 2 themes-related services: There are 2 themes-related services: