still use mask

This commit is contained in:
FloatingGhost 2022-12-02 11:09:55 +00:00
parent bbf2e3f445
commit b33e548e8d

View file

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