Skip to content

Commit 2b27ba9

Browse files
authored
black twitter icon in nav bar (#27)
* black twitter icon in nav bar I think it could look more cohesive in black. I also think black is supposed to be the default so not clear why it's in blue. * use bird instead of box for twitter the bird icon can be styled and defaults to black
1 parent 9d08f02 commit 2b27ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/mpl_icon_links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</li>
4444
<li class="nav-item">
4545
<a class="nav-link" href="https://twitter.com/matplotlib/" rel="noopener" target="_blank" title="twitter">
46-
<span><i class="fab fa-twitter-square"></i></span>
46+
<span><i class="fab fa-twitter"></i></span>
4747
<label class="sr-only">twitter</label>
4848
</a>
4949
</li>

0 commit comments

Comments
 (0)