Skip to content

Commit 7fde585

Browse files
committed
STY: Change navigation bar to be dark
1 parent 5aaa333 commit 7fde585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiita_pet/static/img/logo-clear.png

13.6 KB
Loading

qiita_pet/templates/sitebase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% block head %}{% end %}
1515
</head>
1616
<body style="padding-top: 65px;">
17-
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
17+
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
1818
<div class="container">
1919
<div class="navbar-header">
2020
<!-- button that appears if the window is re-sized to a smaller size -->
@@ -31,7 +31,7 @@
3131
<li>
3232
<!-- qiita logo -->
3333
<a class="navbar-brand" rel="home" href="/" title="Qiita">
34-
<img style="max-width:100px; margin-top: -7px;" src="/static/img/logo.png">
34+
<img style="max-width:100px; margin-top: -7px;" src="/static/img/logo-clear.png">
3535
</a>
3636
</li>
3737
<!-- meta-analysis menu -->

0 commit comments

Comments
 (0)