From 9eb9e06eaef6c1d78aa8aef8e6eece1cc4204737 Mon Sep 17 00:00:00 2001 From: codewithvk Date: Mon, 18 Mar 2024 14:03:25 +0530 Subject: Remove static font color for headings in Calc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: Idf516077a8cda951c593052c63e53b4d1301d138 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164965 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tomaž Vajngerl --- sc/res/xml/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + -- cgit v1.2.3