kjk / edna

Note taking for developers and power users
https://edna.arslexis.io
Other
391 stars 18 forks source link

Custom CSS #26

Open m1k3s0 opened 4 months ago

m1k3s0 commented 4 months ago

Would be great to have functionality to customize the current theme. If not custom CSS then perhaps ability to customize current theme by change colors or headings, background, etc.

kjk commented 4 months ago

I could add concept of special note e.g. named edna.custom.css for custom css.

The problem is that most colors are just tailwindcss classes in .svelte templates.

It would be a lot of tedious work to create meaningful css classes or variables for such custom css to override, so I'm not planning to work on such thing any time soon.

m1k3s0 commented 4 months ago

Thanks for the consideration! Makes sense that this is lower priority.