aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 20:10:35 -0700
committerMark Otto <[email protected]>2017-05-27 20:10:35 -0700
commited3b308c27312fe4d8bd48a23b34095aad958563 (patch)
tree90ff25e56ce4d266700c87ae5d58008acca662ea /docs/_includes
parent0322e7e83ba219ee5a1f275f7aba2e5685847846 (diff)
downloadbootstrap-ed3b308c27312fe4d8bd48a23b34095aad958563.tar.xz
bootstrap-ed3b308c27312fe4d8bd48a23b34095aad958563.zip
purple nav
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html
index af57e1679..22bab8848 100644
--- a/docs/_includes/nav-home.html
+++ b/docs/_includes/nav-home.html
@@ -1,4 +1,4 @@
-<header class="navbar navbar-light navbar-sticky-top navbar-expand-md bd-navbar">
+<header class="navbar navbar-dark navbar-sticky-top navbar-expand-md bd-navbar">
<div class="d-flex w-100 align-items-center justify-content-between d-md-none bd-navbar-brand-wrap">
<a class="navbar-brand" href="{{ site.baseurl }}/">
Bootstrap
@@ -48,6 +48,6 @@
</li>
</ul>
- <a class="btn btn-primary mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
+ <a class="btn btn-outline-secondary mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
</div>
</header>