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
This commit is contained in:
Henry Jameson 2018-08-31 04:06:00 +03:00
parent 63fdad8703
commit e99534ef71
5 changed files with 84 additions and 18 deletions

View file

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