#14834: Colour issues in CSS - particularly documentation ---------------------------+------------------------------------------------ Reporter: cogat | Owner: cogat Status: new | Milestone: 1.3 Component: Documentation | Version: 1.2 Keywords: sprintdec2010 | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ As part of a CSS audit (qv #11390) I ran a colour contrast checker over docs.djangoproject.com, and the issues it highlighted were:
- code snippets: grey text on green (e.g. comments, 'self': low contrast) - code snippets: orange text on green (e.g. strings: low contrast for colour blind visitors) - "Questions/feedback: orange text on green (links: low contrast for colour-blind visitors) The attached patch for pygments.css corrects the code snippets. However there are no css files in the djangoproject.com repository so I'm unsure who will -- Ticket URL: <http://code.djangoproject.com/ticket/14834> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
