From 5146487cae5a244a75c115f2d071c3076db9ea25 Mon Sep 17 00:00:00 2001 From: Haejoon Lee Date: Mon, 27 Nov 2023 18:55:57 +0900 Subject: [PATCH] [SPARK-46123][DOCS][PYTHON] Using brighter color for document title for better visibility ### What changes were proposed in this pull request? This PR proposes to adjust the font color of the titles in the PySpark documentation. ### Why are the changes needed? For better visibility. The current title font color is not optimal for readability especially in dark mode, which can hinder user experience. ### Does this PR introduce _any_ user-facing change? No API changes, but the font color for titles has been updated to a lighter shade, improving contrast and readability as below: ## Before Screenshot 2023-11-27 at 5 57 42 PM ## After Screenshot 2023-11-27 at 5 56 49 PM ### How was this patch tested? By manually building docs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #44040 from itholic/brighter_font. Authored-by: Haejoon Lee Signed-off-by: Hyukjin Kwon --- python/docs/source/_static/css/pyspark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docs/source/_static/css/pyspark.css b/python/docs/source/_static/css/pyspark.css index ccfe60f2bca64..2743629ff61c2 100644 --- a/python/docs/source/_static/css/pyspark.css +++ b/python/docs/source/_static/css/pyspark.css @@ -24,7 +24,7 @@ body { } h1,h2 { - color:#1B5162!important; + color:#17A2B8!important; } h3 {