From 05b56342bcf30953f29c9d6612d0b5bb3c6b1c7e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 18 Mar 2019 13:59:57 -0700 Subject: [PATCH] Set the gitea theme color to match the opendev pink Currently the default is to use gitea green which looks a little weird on our site when using mobile browsers. I don't see an easy way to revert to the browsers default color but there may be some magic like using a 'default' string? That may be an alternative option we can consider. Change-Id: Ia4e3d25b75bba169c3b7cc60c52c0de791e6be21 --- playbooks/roles/gitea/templates/app.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/roles/gitea/templates/app.ini.j2 b/playbooks/roles/gitea/templates/app.ini.j2 index 65172071d0..76a61fb20e 100644 --- a/playbooks/roles/gitea/templates/app.ini.j2 +++ b/playbooks/roles/gitea/templates/app.ini.j2 @@ -84,3 +84,6 @@ FILE_EXTENSIONS = .rst RENDER_COMMAND = "/usr/bin/pandoc -f rst" ; Input is not a standard input but a file IS_INPUT_FILE = false + +[ui] +THEME_COLOR_META_TAG = `#ee265e`