Skip to content
New issue

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

Custom CSS setting doesn't override default CSS #58

Open
josephtannenbaum opened this issue May 29, 2022 · 0 comments
Open

Custom CSS setting doesn't override default CSS #58

josephtannenbaum opened this issue May 29, 2022 · 0 comments

Comments

@josephtannenbaum
Copy link

Steps to reproduce

  1. Install extension
  2. Go to Settings > Custom CSS and add: .markdown-body { background-color: white }
  3. Refresh page. It doesn't apply the new CSS

Workaround

Add !important to any rules that aren't working: .markdown-body { background-color: white !important }

Thanks!

I've been using this extension for years both at work and for personal use, and have gotten much benefit from it. Much appreciation to Mihir Chaturvedi 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant