Skip to content

Commit 348ae6b

Browse files
committed
Change navbar background
1 parent 7729d83 commit 348ae6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_theme/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="{{ project }}" />
55
{%- else %}
66
<div class="header-logo">
7-
<div class="logo"></div>
7+
<div class="logo-light"></div>
88
<p class="logo-text">for Developers</p>
99
</div>
1010
{%- endif %}

_theme/static/sphinxbootstrap4.css_t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ div.document .blockquote {
9999
Navbar Class styles
100100
*/
101101
.navbar {
102-
background: #12161F;
102+
background: #fff;
103+
border-bottom: 1px solid #ced4da;
103104
}
104105
.navbar.fixed-top {
105106
z-index: 100;

0 commit comments

Comments
 (0)