I'm using the Mushroom Shadow theme and have a dashboard with a mix of card types:
custom:mushroom-template-cardenergy-distributionenergy-grid-neutrality-gaugecustom:apexcharts-cardcustom:bar-card
The standard HA energy cards and bar-card show background color rgb(28, 28, 30) = #1c1c1e which looks great. But the mushroom-template-cards show a slightly lighter grey background, making the dashboard inconsistent.
I've tried:
card_modwithha-card { background: #1c1c1e !important; }card_modwith:host { --ha-card-background: #1c1c1e !important; }- Setting
ha-card-background,card-background-colorandmush-card-background-colorin a custom theme yaml
None of these work. The mushroom cards keep their own background color regardless.
Question: How can I force all mushroom-template-cards to use exactly #1c1c1e as background color, matching the other cards on my dashboard?
HA version: latest
Mushroom cards version: latest
card-mod version: latest
