summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
authorLibravatar Victor Dyotte <vdyotte@gmail.com>2024-12-02 06:24:48 -0500
committerLibravatar GitHub <noreply@github.com>2024-12-02 12:24:48 +0100
commit9609c4550d0cf6010ab88357fb5636e42ad22ba7 (patch)
tree2c339976192013aa79d164de90104ba3ca990a84 /docs/admin
parent[feature/themes] Add auto-switching themes for blurple/brutalist/solarized (#... (diff)
downloadgotosocial-9609c4550d0cf6010ab88357fb5636e42ad22ba7.tar.xz
[feature] Add global instance CSS customization setting (#3352)
Allow instance admins to add custom CSS that will affect every page of their instance. This is done with a new CustomCSS instance setting that works pretty much exactly like the Users CustomCSS property. This custom CSS is then requested for every page load. User styles/themes take precedence over this CSS. Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/settings.md8
1 files changed, 8 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.