I would like to adjust the admin app's base.css. Nothing outrageous. I just want to change all the #999 color values to something a little bit darker so screen text is slightly easier to see.

I could write a python script to do that but it feels wrong.

I tried locating somewhere in my project to put my own adjusted base.css but can't find exactly where to put it.

collectstatic gets base.css from contrib.admin and puts it into /static/admin/css but anything in my project gets put straight into /static/css

Is there a simple way to avoid editing the contrib.admin base.css?

Thanks

Mike

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to