diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-31 04:06:00 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-31 04:06:00 +0300 |
| commit | e99534ef717881d71a6fa975bb5e81fad6399b15 (patch) | |
| tree | 1517ecbcde639a624d749791f704e4bd55e098e9 /static/config.json | |
| parent | 63fdad8703bc640b8a3698490a536fb68b6d089c (diff) | |
added option for logo in navbar to follow color scheme of the rest of the site
also fixed potential mess-up between api/static configs
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json index afcb0163..ccc4aebd 100644 --- a/static/config.json +++ b/static/config.json @@ -2,6 +2,8 @@ "theme": "pleroma-dark", "background": "/static/aurora_borealis.jpg", "logo": "/static/logo.png", + "logoMask": true, + "logoMargin": ".1em", "redirectRootNoLogin": "/main/all", "redirectRootLogin": "/main/friends", "chatDisabled": false, |
