forked from AkkomaGang/akkoma
still use mask
This commit is contained in:
parent
bbf2e3f445
commit
b33e548e8d
1 changed files with 7 additions and 1 deletions
|
@ -313,7 +313,7 @@
|
||||||
loginMethod: "password",
|
loginMethod: "password",
|
||||||
logo: "/static/logo.svg",
|
logo: "/static/logo.svg",
|
||||||
logoMargin: ".1em",
|
logoMargin: ".1em",
|
||||||
logoMask: false,
|
logoMask: true,
|
||||||
noAttachmentLinks: false,
|
noAttachmentLinks: false,
|
||||||
nsfwCensorImage: "",
|
nsfwCensorImage: "",
|
||||||
postContentType: "text/plain",
|
postContentType: "text/plain",
|
||||||
|
@ -346,6 +346,12 @@
|
||||||
default_mascot: :pleroma_fox_tan
|
default_mascot: :pleroma_fox_tan
|
||||||
|
|
||||||
config :pleroma, :manifest,
|
config :pleroma, :manifest,
|
||||||
|
icons: [
|
||||||
|
%{
|
||||||
|
src: "/static/logo.svg",
|
||||||
|
type: "image/svg+xml"
|
||||||
|
}
|
||||||
|
],
|
||||||
theme_color: "#282c37",
|
theme_color: "#282c37",
|
||||||
background_color: "#191b22"
|
background_color: "#191b22"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue