mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 01:10:30 +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…
Reference in a new issue