This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0c38de28ef Fix white background in sidebar for dark mode (#1339)
0c38de28ef is described below
commit 0c38de28ef37a0670955fe8204ce23cda9a57c40
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Dec 18 19:59:45 2025 +0000
Fix white background in sidebar for dark mode (#1339)
---
landing-pages/site/assets/scss/_content-drawer.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/assets/scss/_content-drawer.scss
b/landing-pages/site/assets/scss/_content-drawer.scss
index 651044580c..297da40a82 100644
--- a/landing-pages/site/assets/scss/_content-drawer.scss
+++ b/landing-pages/site/assets/scss/_content-drawer.scss
@@ -41,7 +41,7 @@
left: 0;
width: 100%;
height: 100%;
- background-color: white;
+ background-color: var(--bs-body-bg, #fff);
transform: translateX(-100%);
transition: 0.2s ease-out;
z-index: 100;