still use mask
ci/woodpecker/push/woodpecker Pipeline is pending Details
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-12-02 11:09:55 +00:00
parent bbf2e3f445
commit b33e548e8d
1 changed files with 7 additions and 1 deletions

View File

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