From d71ef9597d3ad79111bdde5223d9fe059263b4b0 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 9 May 2025 05:15:25 -0700 Subject: [PATCH] Fix broken link in frontend.markdown (#38952) --- source/_integrations/frontend.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index e99a14c484a..a323b25fdde 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -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