Skip to content

Comment on Instagram Django site admin

Comments

I changed the top bar color from that blue green to a red on the production deployment of my app- helps avoid forgetting which deployment you are messing with.

A post or code snippet that does this would be great, seems like a really simple but useful people others may like

Simple browser-side CSS does the trick. I use Stylish[1] for Chromium. I believe there is also a Firefox version.

[1] - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmke...

I changed django admin's base.css:

    #header {
       ... css ...
       background: <whatever color you want>;
       ... more css ...
    }
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.