summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/settings.md8
-rw-r--r--docs/api/swagger.yaml8
-rw-r--r--docs/overrides/public/admin-settings-instance.pngbin205194 -> 234878 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/admin/settings.md b/docs/admin/settings.md
index 0efb5bf45..170d07e6a 100644
--- a/docs/admin/settings.md
+++ b/docs/admin/settings.md
@@ -167,3 +167,11 @@ Links to the set contact account and/or email address will appear on the footer
The selected **contact user** must be an active (not suspended) admin and/or moderator on the instance.
If you're on a single-user instance and you give admin privileges to your main account, you can just fill in your own username here; you don't need to make a separate admin account just for this.
+
+### Instance Custom CSS
+
+custom CSS allows you to further customize the way your instance looks when visited through a browser.
+
+This custom CSS will be applied to all pages of your instance. Users themes and CSS still take precedence over this customization.
+
+See the [Custom CSS](./custom_css.md) page for some tips on writing custom CSS for your instance.
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 5c0c2ae3d..a3a79e2fb 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -1570,6 +1570,10 @@ definitions:
$ref: '#/definitions/instanceV1Configuration'
contact_account:
$ref: '#/definitions/account'
+ custom_css:
+ description: Custom CSS for the instance.
+ type: string
+ x-go-name: CustomCSS
debug:
description: Whether or not instance is running in DEBUG mode. Omitted if false.
type: boolean
@@ -1750,6 +1754,10 @@ definitions:
$ref: '#/definitions/instanceV2Configuration'
contact:
$ref: '#/definitions/instanceV2Contact'
+ custom_css:
+ description: Instance Custom Css
+ type: string
+ x-go-name: CustomCSS
debug:
description: Whether or not instance is running in DEBUG mode. Omitted if false.
type: boolean
diff --git a/docs/overrides/public/admin-settings-instance.png b/docs/overrides/public/admin-settings-instance.png
index 181a35a7c..1203e8a41 100644
--- a/docs/overrides/public/admin-settings-instance.png
+++ b/docs/overrides/public/admin-settings-instance.png
Binary files differ