Fix broken link in frontend.markdown (#38952)

This commit is contained in:
Tim 2025-05-09 05:15:25 -07:00 committed by GitHub
parent ce1d0e8855
commit d71ef9597d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ The example above defines red color for open garage doors and brown color for in
### Unsupported theme variables
Although we do our best to keep things working, the behavior of other theme variables can change between releases. For a partial list of variables used by the main frontend see [ha-style.ts](https://github.com/home-assistant/frontend/blob/master/src/resources/ha-style.ts).
Although we do our best to keep things working, the behavior of other theme variables can change between releases. For a partial list of variables used by the main frontend see [color.globals.ts](https://github.com/home-assistant/frontend/blob/master/src/resources/theme/color.globals.ts).
### Dark mode support