glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.48k stars 295 forks source link

[REQUEST] Custom CSS option #48

Closed jghaanstra closed 6 months ago

jghaanstra commented 6 months ago

It would be great to have the ability to tweak the themes a bit more, for instance an option to load custom CSS.

As usecase, I'd like a smaller margin between links in the bookmark widget. I can accomplish that with a Stylish script but I'd rather use some native Glance functionality for customization.

svilenmarkov commented 6 months ago

Hey, you can do this using the custom-css-file property on theme, more about that here. Example:

theme:
  custom-css-file: /assets/my-style.css
jghaanstra commented 6 months ago

Oh I missed that, thanx and keep up the goodf work!