mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Fixed #34038 -- Improved color contrast for links in admin.
This commit is contained in:
parent
4cc900bcbf
commit
1d0fa848e0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ html[data-theme="light"],
|
|||
--breadcrumbs-link-fg: var(--body-bg);
|
||||
--breadcrumbs-bg: var(--primary);
|
||||
|
||||
--link-fg: #447e9b;
|
||||
--link-fg: #417893;
|
||||
--link-hover-color: #036;
|
||||
--link-selected-fg: #5b80b2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue