Remove !important from CSS style
marcocondrache opened this issue · 0 comments
marcocondrache commented
Styling with card mod doesn't work for changing the background of the popup card as the background line is marked as !important.
:host {
background-color: #000 !important;
}
Generally speaking marking css lines with important isn't a good practice especially when developing modules for user customization.
Let me know if you need a pull request for fixing this issue.
Thank You