Skip to content

Commit dc254f7

Browse files
author
JD
authored
Issue 173 fix (alshedivat#178)
* Changed color of icon from static to using variable.
1 parent 3cdd0f6 commit dc254f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% include social.html %}
1414
</div>
1515
{% endif %}
16-
<!-- Navbar Toogle -->
16+
<!-- Navbar Toggle -->
1717
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
1818
<span class="sr-only">Toggle navigation</span>
1919
<span class="icon-bar top-bar"></span>

_sass/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ a, table.table a {
123123
display: block;
124124
width: 22px;
125125
height: 2px;
126-
background-color: $grey-color-dark;
126+
background-color: var(--global-icon-color);
127127
border-radius: 1px;
128128
margin-bottom: 4px;
129129
transition: all 0.2s;

0 commit comments

Comments
 (0)