aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-31 04:06:00 +0300
committerHenry Jameson <me@hjkos.com>2018-08-31 04:06:00 +0300
commite99534ef717881d71a6fa975bb5e81fad6399b15 (patch)
tree1517ecbcde639a624d749791f704e4bd55e098e9 /static
parent63fdad8703bc640b8a3698490a536fb68b6d089c (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')
-rw-r--r--static/config.json2
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,