sc/res/xml/styles.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9eb9e06eaef6c1d78aa8aef8e6eece1cc4204737
Author:     codewithvk <vivek.jav...@collabora.com>
AuthorDate: Mon Mar 18 14:03:25 2024 +0530
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Mar 19 11:39:42 2024 +0100

    Remove static font color for headings in Calc
    
    Previously, Calc utilized a static font color (dark) for headings, which 
resulted in visibility issues for Heading 1 and Heading 2 in dark mode. This 
commit resolves the problem by removing the static font color, allowing for 
automatic color adjustment.
    
    Signed-off-by: codewithvk <vivek.jav...@collabora.com>
    Change-Id: Idf516077a8cda951c593052c63e53b4d1301d138
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164965
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index d1d1a750e241..337c00c0098f 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <office:styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0">
     <style:style style:name="Heading" style:family="table-cell" 
style:parent-style-name="Default">
-        <style:text-properties fo:color="#000000" fo:font-size="24pt" 
fo:font-style="normal" fo:font-weight="bold"/>
+        <style:text-properties fo:font-size="24pt" fo:font-style="normal" 
fo:font-weight="bold"/>
     </style:style>
     <style:style style:name="Heading 1" style:family="table-cell" 
style:parent-style-name="Heading">
         <style:text-properties fo:font-size="18pt"/>

Reply via email to