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 e64609f Fix the style of the hamburger menu
e64609f is described below
commit e64609f1e65371b6727afffd4898abdea3c88d1a
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Dec 9 19:24:21 2025 +0000
Fix the style of the hamburger menu
---
atr/static/css/atr.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 2b18e76..88483c4 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -191,6 +191,10 @@ nav.navbar button, nav.navbar a.navbar-brand {
color: #ffffff !important;
}
+nav.navbar button.navbar-toggler {
+ background-color: #ffffff !important;
+}
+
label[for] {
font-weight: 450;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]