How about creating a custom css? Sometimes we don't want it to follow the theme color... ``` .circle ha-icon:hover { color: var(--accent-color); } .circle state-badge:hover { background-color: var(--secondary-background-color); } ```
How about creating a custom css? Sometimes we don't want it to follow the theme color...