We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7729d83 commit 348ae6bCopy full SHA for 348ae6b
_theme/navbar.html
@@ -4,7 +4,7 @@
4
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="{{ project }}" />
5
{%- else %}
6
<div class="header-logo">
7
- <div class="logo"></div>
+ <div class="logo-light"></div>
8
<p class="logo-text">for Developers</p>
9
</div>
10
{%- endif %}
_theme/static/sphinxbootstrap4.css_t
@@ -99,7 +99,8 @@ div.document .blockquote {
99
Navbar Class styles
100
*/
101
.navbar {
102
- background: #12161F;
+ background: #fff;
103
+ border-bottom: 1px solid #ced4da;
104
}
105
.navbar.fixed-top {
106
z-index: 100;
0 commit comments