wallabag / docker

Official docker-composer for wallabag.
594 stars 150 forks source link

Custom CSS #366

Closed dahamsta closed 1 year ago

dahamsta commented 1 year ago

Is there a way of mounting a custom css file to enable custom css functionality?

https://doc.wallabag.org/en/admin/custom_css.html

Kdecherf commented 1 year ago

I think mounting a file using -v /path/to/yourfile.css:/var/www/wallabag/web/custom.css should do the trick

dahamsta commented 1 year ago

Worked perfectly, thank you!