Advertisement
tiwing

mushroom title card

Apr 14th, 2024
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.69 KB | None | 0 0
  1. type: custom:mushroom-title-card
  2. title: ''
  3. alignment: start
  4. subtitle: 'LINCOLN: {{states(''sensor.lincoln_forecast'')}}'
  5. card_mod:
  6.   style: |
  7.    ha-card {
  8.       --title-font-size: 1.3em !important;
  9.       --subtitle-font-size: .9em !important;
  10.       border: 1px solid rgba(55,55,55,1) !important;
  11.       padding-right: 18px !important;
  12.       padding-left: 18px !important;
  13.       padding-bottom: 4px !important;
  14.       padding-top: 20px !important;
  15.       background: rgba(28,28,28) !important;
  16.       }
  17.     h1 {
  18.       color: white !important;
  19.       font-weight: 700 !important;
  20.       }
  21.     h2 {
  22.       color: rgba(220,220,220,1) !important;
  23.       margin-top: -16px !important
  24.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement