Skip to content

Commit 47b54dd

Browse files
committed
Lighter top nav
1 parent 7562b45 commit 47b54dd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

content/css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.bg-info-light {
2+
background-color: #e3f7fc !important;
3+
}

content/theme/templates/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- nav bar -->
2-
<nav class="navbar navbar-expand-md navbar-light bg-info fixed-top" aria-label="Fifth navbar example">
2+
<nav class="navbar navbar-expand-md navbar-light bg-info-light fixed-top" aria-label="Tooling Initiative Navigation">
33
<div class="container-fluid">
44
<a class="navbar-brand" href="/">
55
<img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px; margin-left: 6px;">

content/theme/templates/styles.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<link href="/css/bootstrap.min.css" rel="stylesheet">
33
<link href="/css/fontawesome.all.min.css" rel="stylesheet">
44
<link href="/css/headerlink.css" rel="stylesheet">
5+
<link href="/css/app.css" rel="stylesheet">
56
<link href="/highlight/github.min.css" rel="stylesheet">
67
<script src="/highlight/highlight.min.js"></script>
78
<script src="/js/mermaid.min.js"></script>

0 commit comments

Comments
 (0)