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 f0ba310d67 Improved the unecessary lining and background (#1338)
f0ba310d67 is described below

commit f0ba310d6703ac30c4e2dba7ea9955aeca7d51c0
Author: Shashiranjan singh <[email protected]>
AuthorDate: Fri Dec 19 02:10:05 2025 +0530

    Improved the unecessary lining and background (#1338)
---
 landing-pages/site/assets/scss/_community-page.scss | 1 -
 landing-pages/site/assets/scss/_rst-content.scss    | 2 --
 2 files changed, 3 deletions(-)

diff --git a/landing-pages/site/assets/scss/_community-page.scss 
b/landing-pages/site/assets/scss/_community-page.scss
index f27eb24096..6d5464ccd8 100644
--- a/landing-pages/site/assets/scss/_community-page.scss
+++ b/landing-pages/site/assets/scss/_community-page.scss
@@ -92,7 +92,6 @@
      top: 263px;
      overflow-x: auto;
      overflow-y: auto;
-     border-left: 1px solid rgba(211, 211, 211, 0.128);
      height: 100px;
      padding-left: 30px;
      max-height: -webkit-calc(100vh - 163px);
diff --git a/landing-pages/site/assets/scss/_rst-content.scss 
b/landing-pages/site/assets/scss/_rst-content.scss
index d07ec6c41f..88e358bf86 100644
--- a/landing-pages/site/assets/scss/_rst-content.scss
+++ b/landing-pages/site/assets/scss/_rst-content.scss
@@ -758,8 +758,6 @@ body {
 
   // Sidebar navigation
   .wy-nav-side-toc {
-    background-color: var(--bs-secondary-bg) !important;
-    border-color: var(--bs-border-color);
 
     a {
       color: var(--bs-emphasis-color) !important; // Changed from 
secondary-color for better readability, !important to override .roadmap 
specificity

Reply via email to