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",
|
||||
logo: "/static/logo.svg",
|
||||
logoMargin: ".1em",
|
||||
logoMask: false,
|
||||
logoMask: true,
|
||||
noAttachmentLinks: false,
|
||||
nsfwCensorImage: "",
|
||||
postContentType: "text/plain",
|
||||
|
@ -346,6 +346,12 @@
|
|||
default_mascot: :pleroma_fox_tan
|
||||
|
||||
config :pleroma, :manifest,
|
||||
icons: [
|
||||
%{
|
||||
src: "/static/logo.svg",
|
||||
type: "image/svg+xml"
|
||||
}
|
||||
],
|
||||
theme_color: "#282c37",
|
||||
background_color: "#191b22"
|
||||
|
||||
|
|
Loading…
Reference in a new issue