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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 536bae9  Use ASF navy for the navigation bar background
536bae9 is described below

commit 536bae9309a13d342c54c63c5973c1d623ec9d8d
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Dec 9 19:07:09 2025 +0000

    Use ASF navy for the navigation bar background
---
 atr/static/css/atr.css             | 6 +++++-
 atr/templates/includes/topnav.html | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index e80ceb6..2dfbe8a 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -38,7 +38,7 @@ body {
 }
 
 .bg-info-light {
-    background-color: #f8f8f8 !important;
+    background-color: #28265e !important;
 }
 
 .dropdown-menu {
@@ -56,6 +56,10 @@ nav.navbar {
     padding: 0.5rem 2rem;
 }
 
+nav.navbar * {
+    color: #ffffff !important;
+}
+
 html {
     scroll-padding-top: 80px;
 }
diff --git a/atr/templates/includes/topnav.html 
b/atr/templates/includes/topnav.html
index daa1c47..86f7848 100644
--- a/atr/templates/includes/topnav.html
+++ b/atr/templates/includes/topnav.html
@@ -3,7 +3,7 @@
      aria-label="Fifth navbar example">
   <div class="container-fluid">
     <a class="navbar-brand" href="{{ as_url(get.root.index) }}">
-      <img src="https://apache.org/img/asf_logo.png";
+      <img src="https://www.apache.org/images/oakleaf.svg";
            alt="The Apache Software Foundation"
            class="asf-logo" />
       <span class="trusted-releases">Trusted Releases</span>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to