﻿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
35121	Links in the admin should use the --link-fg color.	Mariusz Felisiak	Salvo Polizzi	"Links in the admin should use the `--link-fg` color. There is #34038 to improve links in the admin, however, this is a separate regression that should be fixed and backported to Django 5.0:

{{{#!diff
diff --git a/django/contrib/admin/static/admin/css/base.css b/django/contrib/admin/static/admin/css/base.css
index aaa9c3441a..daf4699cac 100644
--- a/django/contrib/admin/static/admin/css/base.css
+++ b/django/contrib/admin/static/admin/css/base.css
@@ -102,7 +102,7 @@ body {
 /* LINKS */
 
 a:link, a:visited {
-    color: var(--body-fg);
+    color: var(--link-fg);
     text-decoration: none;
     transition: color 0.15s, background 0.15s;
 }

}}}

Reported by [https://code.djangoproject.com/ticket/34036#comment:16 Collin].

Regression in 6ad2738a8f32b94cbae742f212080fadf2dee421."	Bug	closed	contrib.admin	5.0	Release blocker	fixed		Mariana Tom Carrick Collin Anderson	Ready for checkin	1	0	0	0	0	1
