mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Refs #32018 -- Corrected color variable for toggle links in admin.
Follow up to cd3019bc10
.
This commit is contained in:
parent
781acf0987
commit
6f5dbe9dbe
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ fieldset.collapsed h2 {
|
|||
}
|
||||
|
||||
fieldset .collapse-toggle {
|
||||
color: var(--body-bg);
|
||||
color: var(--header-link-color);
|
||||
}
|
||||
|
||||
fieldset.collapsed .collapse-toggle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue