From df4db8a2aef49f6736d7cdac7de5ac94865aad9e Mon Sep 17 00:00:00 2001 From: NEETzsche <8018262-NEETzsche@users.noreply.gitlab.com> Date: Sun, 4 Jul 2021 19:28:51 +0000 Subject: [PATCH] Mention custom CSS --- docs/customization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/customization.md b/docs/customization.md index ee8615b9d..4d4f5ea8f 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -36,6 +36,9 @@ For example: "themeMode": "light" }, "copyright": "♡2020. Copying is an act of love. Please copy and share.", + "customCss": [ + "/instance/static/your_file_here.css" + ], "navlinks": { "homeFooter": [ { "title": "About", "url": "/about" }, @@ -56,6 +59,7 @@ Customizable features include: * Favicon * About pages * Default user settings +* Cascadomg Style Sheets (CSS) ## Instance Name Instance name is edited during the Pleroma installation step or via AdminFE.