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
This commit is contained in:
Clark Boylan 2019-03-18 13:59:57 -07:00
parent 877e58a386
commit 05b56342bc
1 changed files with 3 additions and 0 deletions

View File

@ -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`