rchrdnsh
rchrdnsh
yeah, looks pretty str84ward :-)
yeah, was hacking around in the dev tools, to show you an example: ...but maybe having an app.css file that is exposed or something with a list of the custom...
TBH cannot use it until Rich Text Editing is in place, because of the non technical people that would be using it, but excited for that day to come :-)
Been messing around with CMS ideas myself in the last year or so: https://svelte.dev/repl/14075540b84440008848739b6fcb70a1?version=3.59.1 XD
messed around with the layout of the editor without the preview on... set a width on the 'content' div, made it grid and gap'd everything, removed the horizontal lines from...
I think most things are controlled by css custom properties, so maybe being able to override the interval style sheet with another user generated one might be all that I...
great, thank you XD
no worries, you are doing amazing stuff so far and I am very grateful for this :-)
ok, got some custom menu styles going: With some css that took a little effort to figure out 🤣 ```html Content Manager body { --tertiary-background-color: white; --font-family--default: Varela Round; }...
hmmm...I was thinking...maybe just add custom theming classes to the elements in the cms...like...haven't thought this through too much, but simply adding some classes to elements and not styling to...