0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Refs #32018 -- Corrected color variable for toggle links in admin.

Follow up to cd3019bc10.
This commit is contained in:
Mariusz Felisiak 2021-03-09 18:38:07 +01:00 committed by GitHub
parent 781acf0987
commit 6f5dbe9dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ fieldset.collapsed h2 {
}
fieldset .collapse-toggle {
color: var(--body-bg);
color: var(--header-link-color);
}
fieldset.collapsed .collapse-toggle {