help3xsl/default.css |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

New commits:
commit 34bb86d3fadbe0123aaa653ac883f950da7f9dd2
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sat Jan 18 19:28:55 2025 -0300
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Feb 6 06:40:44 2025 +0100

    Remove module colors from Index, plus...
    
    + Set Index module font color to heading-color
    + Darken headings color for A11Y
    + Set Contents font to bold.
    
    Change-Id: If4708e1ac8e50f125787a0cded63588be895b4b9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180475
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    (cherry picked from commit fb5ddc28e542ab1963a7e3fc5c3352a72cc86b22)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180493
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 184a7dfb3b..2dcfab5ca7 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -32,7 +32,7 @@ do not break anything related to layout by scaling.
   --font-mono: Menlo, "Cascadia Mono", "Cascadia Code", Consolas, "DejaVu Sans 
Mono", monospace;
   --font-body: Ubuntu, Cantarell, "Segoe UI Variable", "Segoe UI", "Noto 
Sans", "DejaVu Sans", "Lucida Grande", sans-serif, FreeSerif, NanumGothic, 
"Noto Sans Tibetan", Taprom;
   --background-color: #f7f8f7;
-  --heading-color: #18A303;
+  --heading-color: #007c3c;
   --hover-color: green;
   --link-color: #023a86;
   --visited-color: purple;
@@ -573,63 +573,63 @@ aside input[type="checkbox"]:checked ~ .contents-treeview 
{
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #083fa6;
+    color: var(--heading-color);
 }
 #CALC::before {
     content: "Calc";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #007c3c;
+    color: var(--heading-color);
 }
 #IMPRESS::before {
     content: "Impress";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #d0120d;
+    color: var(--heading-color);
 }
 #DRAW::before {
     content: "Draw";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #cb6d30;
+    color: var(--heading-color);
 }
 #BASE::before {
     content: "Base";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #7324a9;
+    color: var(--heading-color);
 }
 #MATH::before {
     content: "Math";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: #c10018;
+    color: var(--heading-color);
 }
 #CHART::before {
     content: "Chart";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: darkcyan;
+    color: var(--heading-color);
 }
 #BASIC::before {
     content: "Basic";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: black;
+    color: var(--heading-color);;
 }
 #SHARED::before {
     content: "%PRODUCTNAME";
     display: block;
     font-size: 22px;
     font-weight: bold;
-    color: darkslategray;
+    color: var(--heading-color);
 }
 .pagination-container {
     text-align: center;
@@ -1014,6 +1014,7 @@ li.disabled a {
         background-color: transparent;
         text-decoration: none;
         color: var(--heading-color);
+        font-weight: bold;
     }
     label[for="accordion-1"]:hover {
         background-color: transparent;

Reply via email to