decompil3d / lovelace-hourly-weather

Hourly weather card for Home Assistant. Visualize upcoming weather conditions as a colored horizontal bar.
MIT License
293 stars 31 forks source link

background color with vertical stack in cards #608

Closed djsomi closed 8 months ago

djsomi commented 8 months ago

Hi All,

I am using this card with vertical stack in cards. https://github.com/ofekashery/vertical-stack-in-card There is a problem with the background, card gets double bg opacity when stacked into together.

vertical

Can you help me how to get rid of this?

Many Thanks Zoltan

mogim0gi commented 8 months ago

having same issue

decompil3d commented 8 months ago

You can use card-mod to remove the card background:

card_mod:
  style:
    .: |
      ha-card {
        background-color: transparent;
        box-shadow: none;
      }