[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.

Follow up to cd3019bc10.
Backport of 6f5dbe9dbe from main
This commit is contained in:
Mariusz Felisiak 2021-03-09 18:38:07 +01:00
parent f8aeafe851
commit 3119e3c5c7
1 changed files with 1 additions and 1 deletions

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 {