landroid-card icon indicating copy to clipboard operation
landroid-card copied to clipboard

Remove border from card with CSS?

Open jockebq opened this issue 10 months ago • 1 comments

I am trying to remove the border with card-mod CSS. But I cannot manage to do it. I know it is border-style: none; Tried using :host { border-style: none!important; }

And read the readme, but there is no border --lc customization.

Any idea how to do it?

jockebq avatar Apr 22 '24 11:04 jockebq

Try to use --ha-card-border-color or --divider-color to change color of border

Barma-lej avatar Apr 22 '24 12:04 Barma-lej