Comment on Instagram Django site adminparentComments−craigkerstiens13yA post or code snippet that does this would be great, seems like a really simple but useful people others may like−sevenproxies13ySimple 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...−the_cat_kittles13yI changed django admin's base.css: #header { ... css ... background: <whatever color you want>; ... more css ... }
Comments
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: