Open janniemeyer opened 3 years ago
I can change the background color of the editor by passing the styls: { background: '#fefefe'. } option in [config}. Probably all my needs can be solved this way, however due to lack of documentation I don't know which other css properties can be set this way.
Hi @janniemeyer. Thanks for your feedback. We'll try to extend documentation to make it more cear
I am trying to change the background color of the editor. It does not work the way it is shown on jodit playground for jodit-angular. Besides using :root i have tried to use :host ::ng-deep and also tried to set properties of jodit-container from global styles.css file. I had no success so far but i will keep trying and post my solution here if i find one.