still use mask

This commit is contained in:
FloatingGhost 2022-12-02 11:09:55 +00:00 committed by Sam Therapy
parent 5663256935
commit 55d138334c
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -318,7 +318,7 @@
loginMethod: "password",
logo: "/static/logo.svg",
logoMargin: ".1em",
logoMask: false,
logoMask: true,
noAttachmentLinks: false,
nsfwCensorImage: "",
postContentType: "text/plain",
@ -351,6 +351,12 @@
default_mascot: :pleroma_fox_tan
config :pleroma, :manifest,
icons: [
%{
src: "/static/logo.svg",
type: "image/svg+xml"
}
],
theme_color: "#282c37",
background_color: "#191b22"