Would it be possible to set a transparent background on a Monster card, natively in the monster card it self?
Or have it use some level of opacity maybe? Would love to have the harsh white background replaced and show the background image, like the buttons next to it do…
Yes!, of course… thanks.
this is directly in the theme is it? Not using card modder on the theme?
I wanted to use color name for setting the color in the rgba(255, 255, 240, 0.2) notation but could find out how to Would you know how to replace the rgb with color name and add the transparency there?
I do have card modder on some cards to apply extra modifications but yes, the block of code i pasted is directly from my theme file.
I can’t quite get you
Do you mean something like ha-card-background: gray, 0.2 to set the color by name along with opacity?
I dont think that’s possible, i have never seen it referenced before in CSS
yes that is what I was trying to formulate if not, no 1st world problem. Would have been nice though and make the config files that much easier to read and check for errors… especially since we need the rgba notation to Not apply the opacity to the child elements.
Maybe there’s a way, but I’ve never seen it. Perhaps someone more experienced could let us know.
For ease of use, there are several IDEs (none specific comes to mind right now) that will show you the color when you hover over rgb, rgba or hex codes.
You could look into that if it sounds useful.