This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git


The following commit(s) were added to refs/heads/staging by this push:
     new dce1ed16dd5 docs(staging): improve dark-mode sidebar contrast
dce1ed16dd5 is described below

commit dce1ed16dd5776630d3dcc508fa43ae65f5ad673
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Dec 17 01:19:24 2025 +0000

    docs(staging): improve dark-mode sidebar contrast
---
 docs-archive/apache-airflow/stable/_static/custom.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docs-archive/apache-airflow/stable/_static/custom.css 
b/docs-archive/apache-airflow/stable/_static/custom.css
index 17ee9de714e..4c20acf771d 100644
--- a/docs-archive/apache-airflow/stable/_static/custom.css
+++ b/docs-archive/apache-airflow/stable/_static/custom.css
@@ -256,3 +256,22 @@ a.headerlink::after {
 .d-none { display: none !important; }
 .bi { vertical-align: -0.125em; fill: currentColor; }
 
+/* ------------------------------------------------------------
+ * Dark mode readability: left sidebar ("CONTENT") contrast
+ * ------------------------------------------------------------ */
+[data-bs-theme="dark"] .td-sidebar .toctree a,
+[data-bs-theme="dark"] .td-sidebar .toctree a.reference.internal,
+[data-bs-theme="dark"] .td-sidebar .toctree a.reference.internal:visited {
+  color: rgba(255, 255, 255, 0.78);
+}
+
+[data-bs-theme="dark"] .td-sidebar .toctree a:hover,
+[data-bs-theme="dark"] .td-sidebar .toctree a:focus {
+  color: rgba(255, 255, 255, 0.95);
+}
+
+[data-bs-theme="dark"] .td-sidebar .toctree li.current > a,
+[data-bs-theme="dark"] .td-sidebar .toctree li.current > a:not([href="#"]) {
+  color: #68d2fe;
+  font-weight: 600;
+}

Reply via email to