We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: