diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-12-20 11:54:22 -0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-20 21:54:22 +0800 |
commit | 111c95ecaf2a1130b2949a323f1f48dd19502672 (patch) | |
tree | 3b0a82545fc48c5045b639b84bbb1421891abd03 /conf/app.ini | |
parent | 235eb4c3d28d01cda33c0070236d5861eabdbcbb (diff) | |
download | gitea-111c95ecaf2a1130b2949a323f1f48dd19502672.tar.gz gitea-111c95ecaf2a1130b2949a323f1f48dd19502672.zip |
Change default Android theme color meta tag (#389)
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index dfc8ae20fc..992674c1cc 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -57,7 +57,7 @@ FEED_MAX_COMMIT_NUM = 5 ; Value of `theme-color` meta tag, used by Android >= 5.0 ; An invalid color like "none" or "disable" will have the default style ; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android -THEME_COLOR_META_TAG = `#ff5343` +THEME_COLOR_META_TAG = `#6cc644` ; Max size of files to be displayed (defaults is 8MiB) MAX_DISPLAY_FILE_SIZE = 8388608 |