help3xsl/default.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 186169d9bd0f713a780e5aae2d8ac71916fb3a60
Author: Olivier Hallot <[email protected]>
AuthorDate: Fri Jan 17 13:34:08 2025 -0300
Commit: Olivier Hallot <[email protected]>
CommitDate: Fri Jan 17 18:23:55 2025 +0100
Fix "Contents" heading color
Change-Id: Ic6c42902bd554d365626793dd571607acb2c6433
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180418
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <[email protected]>
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;