mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:52:26 -05:00
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> |
||
|---|---|---|
| .. | ||
| css | ||
| frontend | ||
| settings | ||
| .browserslistrc | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .license-header.js | ||
| index.js | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||