nenadpnc / cl-editor

Lightweight text editor built with svelte, typescript
https://nenadpnc.github.io/cl-editor/
MIT License
293 stars 23 forks source link

Change editor background colours, padding etc ? #65

Closed vexkiddy closed 11 months ago

vexkiddy commented 11 months ago

Hiya,

I'd like to style the entire editor. So changing the hover colours, the h1 styles, the background colours, font colours, font styles etc. Whats the best way to do this ?

Thanks!

vexkiddy commented 11 months ago

so i've solved this by copying it locally. however i'm having trouble styling elements that are inside the editor as im using tailwind css that overrides the defaults of these. How can i adjust the OL / UL tags so that they include the correct tailwind css classes so they render correctly ? Thanks!