Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Other color on seperator line and title #530

Closed Orionxyy closed 1 month ago

Orionxyy commented 1 month ago

Is there any way to give the sepeator line or the seperator title an other color?

brunosabot commented 1 month ago

Just add the background-color you like in the styles. Example:

  - type: custom:bubble-card
    card_type: separator
    name: Lights
    icon: mdi:ceiling-light-multiple
    styles: |
      .bubble-line {
        background-color: red;
      }