Steps to reproduce
- Install extension
- Go to Settings > Custom CSS and add:
.markdown-body { background-color: white }
- 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 🙌
Steps to reproduce
.markdown-body { background-color: white }Workaround
Add
!importantto 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 🙌