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 a03064b  Fix the style of menu item links
a03064b is described below

commit a03064b0fdf7234f76872f2e4696c1e1a4cbf73e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Dec 9 19:12:11 2025 +0000

    Fix the style of menu item links
---
 atr/static/css/atr.css | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 2dfbe8a..2b18e76 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -52,14 +52,6 @@ body {
     width: 8px;                  /* Chrome/Edge */
 }
 
-nav.navbar {
-    padding: 0.5rem 2rem;
-}
-
-nav.navbar * {
-    color: #ffffff !important;
-}
-
 html {
     scroll-padding-top: 80px;
 }
@@ -190,6 +182,15 @@ button, input, option, select, textarea {
     font-weight: 425;
 }
 
+
+nav.navbar {
+    padding: 0.5rem 2rem;
+}
+
+nav.navbar button, nav.navbar a.navbar-brand {
+    color: #ffffff !important;
+}
+
 label[for] {
     font-weight: 450;
 


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

Reply via email to