You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙌
The text was updated successfully, but these errors were encountered:
Steps to reproduce
.markdown-body { background-color: white }
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 🙌
The text was updated successfully, but these errors were encountered: