Advertisement
-Miura-

Untitled

Jul 24th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | Source Code | 0 0
  1. card_mod:
  2.   style:
  3.     .: |
  4.      ha-card {
  5.         --ha-card-background: rgba(41,128,185,0.50) ;
  6.         Box-shadow: none;
  7.          }
  8.       div.name {
  9.        font-size: 15px;
  10.        color: red !important;
  11.         }
  12.     ha-gauge$: |
  13.      .value-text {
  14.         fill: yellow !important;
  15.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement