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 47b54dd Lighter top nav
47b54dd is described below
commit 47b54ddeaacd27f813eada32640d46e057f3703d
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Dec 2 08:19:52 2025 -0800
Lighter top nav
---
content/css/app.css | 3 +++
content/theme/templates/menu.html | 2 +-
content/theme/templates/styles.html | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/content/css/app.css b/content/css/app.css
index e69de29..864516b 100644
--- a/content/css/app.css
+++ b/content/css/app.css
@@ -0,0 +1,3 @@
+.bg-info-light {
+ background-color: #e3f7fc !important;
+}
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index b8cda34..29436d4 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -1,5 +1,5 @@
<!-- nav bar -->
-<nav class="navbar navbar-expand-md navbar-light bg-info fixed-top"
aria-label="Fifth navbar example">
+<nav class="navbar navbar-expand-md navbar-light bg-info-light fixed-top"
aria-label="Tooling Initiative Navigation">
<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; margin-left: 6px;">
diff --git a/content/theme/templates/styles.html
b/content/theme/templates/styles.html
index b58705d..9bd46f5 100644
--- a/content/theme/templates/styles.html
+++ b/content/theme/templates/styles.html
@@ -2,6 +2,7 @@
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/fontawesome.all.min.css" rel="stylesheet">
<link href="/css/headerlink.css" rel="stylesheet">
+<link href="/css/app.css" rel="stylesheet">
<link href="/highlight/github.min.css" rel="stylesheet">
<script src="/highlight/highlight.min.js"></script>
<script src="/js/mermaid.min.js"></script>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]