I have installed and configured gerrit, I see it has white color background instead of green like https://codereview.qt-project.org (probably changed from green to white in recent versions) but, want to know if we can customize color and add a logo.
From gerrit-documentation I see we have to create below files and place them in $site_path/etc/ but, I am not sure how to create them, I am bad in HTML.
$site_path/etc/GerritSiteHeader.html and
$site_path/etc/GerritSiteFooter.html
$site_path/etc/GerritSite.css
$site_path/static/logo.png
Is it possible to change the color of gerrit pages, I mean from default white to any other?
Please provide me the sample GerritSiteHeader.html and GerritSiteFooter.html so that I can make changes to them and use in my gerrit. I haven't used HTML before.