Open marcocondrache opened 2 years ago
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
Styling with card mod doesn't work for changing the background of the popup card as the background line is marked as !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