#8503 closed (fixed)
Improve legibility of targeted sections in web documentation
Reported by: | Manuel Saelices | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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
.
Note:
See TracTickets
for help on using tickets.
I think it would suffice if just the headlines were highlighted.