-
Notifications
You must be signed in to change notification settings - Fork 51
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
Customizing colors #69
Comments
Hi @maria-antoniak, yes! The aesthetic features are generally defined by the css settings in the header template. By default, each project is using the default header . For example, the legend is defined here
If you want to use customized color, you could copy the default header template into the templates folder into your project directory, and change the
For example, if changing the color to
The color of all the legends will be changed. The navigation bar, however, is defined in another template file. To customize this file, you could follow a similar step copying it into the templates folder under your project directory, and edit the
Then if you edit the navigation bar tag, the background color of it will also be changed
Simply put, via editing the template files, you have full control over the style of you pages and everything is compatible with the potato-annotation python package (you can still
|
Ah this is awesome, thank you!! |
I'm wondering whether it's possible to customize the colors and other aesthetic features of the interface. Poking around in the repo, I wasn't able to find a place where the color palette is defined (the grays and navy blues of the default base_template). Is there an easy way to do this, or is it more complicated than I expected? (This is extremely non-urgent; just curious!)
The text was updated successfully, but these errors were encountered: