﻿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
34038	Low text contrast and no visual cues for links within body text in admin UI	Thibaud Colas		"The Django admin’s light theme uses a light blue for links within text, with no other distinction of what is a link. This is problematic for two reasons:

- The current shade of blue, `#447e9b`, doesn’t have enough contrast against the white body background.
- For people with color blindness, there is no visual cue that a link is a link.

For those reasons, I would recommend:

- Changing the link color of `--link-fg`. My recommendation would be to use an ever-so-slightly darker `#437c98` (1% less lightness in HSL representation)
~~- Introduce an underline for all links within body text, so they can be identified unambiguously.~~"	Bug	new	contrib.admin	4.0	Normal		accessibility, color contrast, ux	William Claassen	Accepted	1	0	0	1	1	1
