Custom Styling and Views - tttaaaa/gollum GitHub Wiki

Using custom.css and the --css flag

You can add custom styling to gollum by adding CSS to a custom.css file in gollum's root. Use gollum's --css flag to load this file, or, if you are running gollum as a Rack app, set wiki_options[:css] = true. Note that custom.css must be committed to the repository for this to take effect.

Customizing views