diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2025-01-17 13:34:08 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2025-01-17 18:23:55 +0100 |
commit | 186169d9bd0f713a780e5aae2d8ac71916fb3a60 (patch) | |
tree | 7850e3bb13810fc0c2a2b66320895a5f740d7278 | |
parent | c0b77292ca59b964feb3d039e9cb9e3adb927c96 (diff) |
Fix "Contents" heading color
Change-Id: Ic6c42902bd554d365626793dd571607acb2c6433
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180418
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ae05c472d5..04a9305c11 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -1046,6 +1046,7 @@ li.disabled a { label[for=accordion-1] { background-color: transparent; text-decoration: none; + color:var(--heading-color); } label[for=accordion-1]:hover { background-color: transparent; |