﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8503	Improve legibility of targeted sections in web documentation	Manuel Saelices	Jacob	"I've seen that now, django docs highlighted section you are linking. For example:

 http://www.djangoproject.com/documentation/contributing/#submitting-patches

This is made with this CSS fragment in {{{base.css}}}:
{{{
*|#documentation *|*:target {
   background-color:#FFFF99;
}
}}}

I think {{{#FFFF99}}} color is '''too dark''' to enable text reading with perfect legibility. I think is more legible a color, like {{{#FFFFCC}}}.

"		closed	*.djangoproject.com	dev		fixed			Unreviewed	0	0	0	0	0	0
