matthiask / django-prose-editor

ProseMirror-based HTML editor for Django
https://django-prose-editor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
97 stars 6 forks source link

ProseMirror css override possible? #6

Closed Loscho19 closed 3 months ago

matthiask commented 3 months ago

Please explain?

Loscho19 commented 3 months ago

I would like to override the font-size of .ProseMirror p in my project. Is that possible?

matthiask commented 3 months ago

Yes. The !important CSS overrides are now only loaded in the Django admin panel.

Loscho19 commented 3 months ago

thx