I am trying setup a theme that changes the background color of .bubble-range-fill that is in bubble-card integration. This is what I have in a file located in the config/themes:
theme:
name: "Bubble Card Pink Theme"
styles:
.bubble-range-fill:
background-color: "#ff1111 !important" # Light red color
That does not work. I have never used themes, so I am not sure how to create the file properly, so bubble-card will use it.
Please help.