qiz-li/lovelace-soft-ui

Incompatibility with HA 0.113.0

agneevX opened this issue · 2 comments

After updating to v0.113.0, the background of the card is showing for some reason.

image

content: |
  # Bedroom
style:
  .: |
    ha-card {
      --paper-card-background-color: none !important;
      box-shadow: none !important;
    }
  ha-markdown:
    $: |
      h1 {
        font-size: 20px;
        font-weight: bold;
        font-family: Helvetica;
        letter-spacing: '-0.01em';
      }
type: markdown

No offense but did you even take time to read the forum or the repository before posting?
@N-l1 fixed it already yesterday and you can also find your fix on the forum.

You're right. I had no idea the code changed.