Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom instance-level stylesheets with file #533

Merged
merged 4 commits into from Nov 15, 2022
Merged

Conversation

thebaer
Copy link
Member

@thebaer thebaer commented Feb 1, 2022

This is an early implementation of instance-level custom stylesheets. Instead of making this editable in the web UI, as specified in T563, this looks for a file at static/local/custom.css, and includes it on any page if it exists.

Steps to create a custom stylesheet

  1. Create a file in the static/local/ directory called custom.css
  2. Add your custom styles to it
  3. That's it!

  • ☑ I have signed the CLA

Will render if a file exists at: static/local/custom.css

Ref T563
@thebaer thebaer added this to the 1.0 milestone Feb 1, 2022
@thebaer thebaer merged commit 17614b5 into develop Nov 15, 2022
@thebaer thebaer deleted the custom-css branch November 15, 2022 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant