This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 82ae8a6 Change to navbar light (#75)
82ae8a6 is described below
commit 82ae8a661376e864a73732724ba8cdd608a795a8
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Nov 29 21:20:16 2025 -0800
Change to navbar light (#75)
---
content/theme/templates/menu.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index ede5da1..4606f39 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -1,5 +1,5 @@
<!-- nav bar -->
-<nav class="navbar navbar-expand-lg navbar-dark bg-info" aria-label="Fifth
navbar example">
+<nav class="navbar navbar-expand-lg navbar-light bg-info" aria-label="Fifth
navbar example">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img
src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation"
style="height: 42px;">
<span style="position: relative; top: 5px; margin-left: 16px;">Tooling
Initiative</span></a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]