Skip to content

Custom CSS setting doesn't override default CSS #58

@josephtannenbaum

Description

@josephtannenbaum

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 🙌

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions