You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: