ikaruswill / lovelace-fan-xiaomi

Xiaomi Smartmi Fan Lovelace card with CSS fan animation
Apache License 2.0
74 stars 34 forks source link

Changing Colors #129

Open 0xSamsara opened 2 months ago

0xSamsara commented 2 months ago

Hi @ikaruswill,

I'm trying to change the active button colors without luck. In the js file: xiaomi-fan-card-fedee356.js you can find the style setting:

.op-row .op.active button { color: #FFFFFF !important; text-shadow: 0 0 10px #FFFFFF; }

When I change that and delete the js.gz files as mentioned on https://hacs.xyz/docs/categories/plugins to serve the edited js file it doesn't work, even after deleting cache and restarting everything. Did I miss anything?