I am trying to find a way to remove the entity badge corners. I like having square buttons as I find it have a more spacey/NASA look but the corner radius is hard coded in the .badge class. I have CSS card mod but I cannot change it any property.
type: entity
entity: person.jshow_entity_picture: true
tap_action:
action: navigate
navigation_path: ‘#main-profile-j’
card_mod:
style: |
{
color: red
}
.badge, html, host, none of it works. I’ve also added it to the .theme and I cannot change it.