help3xsl/default.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 21e8ede653614efcec606d8468160fa1b24ab8c3
Author: Olivier Hallot <[email protected]>
AuthorDate: Fri Jan 17 13:34:08 2025 -0300
Commit: Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sat Jan 18 09:51:32 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]>
(cherry picked from commit 186169d9bd0f713a780e5aae2d8ac71916fb3a60)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180426
Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index cf7a4a566b..81c0450abc 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -1018,6 +1018,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;