leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Add ability to manually add custom CSS #586

Open JVT038 opened 6 months ago

JVT038 commented 6 months ago

Description

It would be nice if the admin could go to the settings and add custom CSS code if they don't like the UI of Movary.

Desired Behavior

A textarea in the settings where the admin can enter custom CSS code. The CSS code is checked for validity and if it's valid, then the CSS is applied on every page.

Additional Context

No response