Fix link to ha-style.ts (#8226)

This commit is contained in:
Thomas Lovén 2019-01-21 20:39:07 +01:00 committed by Fabian Affolter
parent f90c991a89
commit aead0482c7

View File

@ -68,7 +68,7 @@ frontend:
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.js](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.js).
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.ts](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.ts).
Check our [community forums](https://community.home-assistant.io/c/projects/themes) to find themes to use.