Can anyone get any background colors besides blue, green, red and yellow to work? I’ve tried every color listed here and those are the only 4 that work.
type: custom:bignumber-card
entity: input_number.tester
scale: 34px
round: 2
from: bottom
min: -1
max: '-.1'
hideunit: true
severity:
- value: 20
bnStyle: var(--label-badge-green)
color: black
- value: 40
bnStyle: var(--label-badge-blue)
color: black
- value: 60
bnStyle: var(--label-badge-yellow)
color: black
- value: 80
bnStyle: var(--label-badge-orange)
color: white
- value: 100
bnstyle: var(--label-badge-red)
color: white
- value: 120
bnstyle: var(--label-badge-purple)
color: white