kjk / edna

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

Feature request: Custom CSS #26

Open m1k3s0 opened 1 week ago

m1k3s0 commented 1 week 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 1 week 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 1 week ago

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