Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can upload your own css file and logo to tailor the look and feel of our web application to your specific needs.

While working on the look and feel, you may want to disable the cache of your browser so that at any point in time, the latest custom.css and logo.png are loaded.

Custom Style Sheet

You can upload your own .css file which basically enables you to completely change the look and feel of our web application. Usually, we limit the changes we do to changing the color scheme, but there is really no limit to the extent of changes you can make.

...

You can use the following endpoint to upload your style sheet

POST/style/custom.css

Note that this is required to be a .css file, the name itself does not matter, it will be renamed to custom.css in the backend.

...

You can use the following endpoint to upload your logo

POST/style/logo.png

Note that this is required to be a .png image, the name itself does not matter, it will be renamed to logo.png in the backend.

...