1
0
mirror of https://github.com/django/django.git synced 2025-04-11 19:12:22 +00:00

Refs -- Used --header-link-color for header links in admin.

This commit is contained in:
Michel Le Bihan 2021-01-11 11:42:59 +01:00 committed by GitHub
parent 02391bc98c
commit cd3019bc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
django/contrib/admin/static/admin/css

@ -90,7 +90,7 @@ a img {
}
a.section:link, a.section:visited {
color: var(--body-bg);
color: var(--header-link-color);
text-decoration: none;
}

@ -16,7 +16,7 @@
}
.login #header h1 a {
color: var(--body-bg);
color: var(--header-link-color);
}
.login #content {

@ -28,7 +28,7 @@
.selector-chosen h2 {
background: var(--primary);
color: var(--body-bg);
color: var(--header-link-color);
}
.selector .selector-available h2 {