Mention custom CSS
This commit is contained in:
parent
2b0f8f750c
commit
df4db8a2ae
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,9 @@ For example:
|
||||||
"themeMode": "light"
|
"themeMode": "light"
|
||||||
},
|
},
|
||||||
"copyright": "♡2020. Copying is an act of love. Please copy and share.",
|
"copyright": "♡2020. Copying is an act of love. Please copy and share.",
|
||||||
|
"customCss": [
|
||||||
|
"/instance/static/your_file_here.css"
|
||||||
|
],
|
||||||
"navlinks": {
|
"navlinks": {
|
||||||
"homeFooter": [
|
"homeFooter": [
|
||||||
{ "title": "About", "url": "/about" },
|
{ "title": "About", "url": "/about" },
|
||||||
|
@ -56,6 +59,7 @@ Customizable features include:
|
||||||
* Favicon
|
* Favicon
|
||||||
* About pages
|
* About pages
|
||||||
* Default user settings
|
* Default user settings
|
||||||
|
* Cascadomg Style Sheets (CSS)
|
||||||
|
|
||||||
## Instance Name
|
## Instance Name
|
||||||
Instance name is edited during the Pleroma installation step or via AdminFE.
|
Instance name is edited during the Pleroma installation step or via AdminFE.
|
||||||
|
|
Loading…
Reference in a new issue