Issue 173 fix (#178)

* Changed color of icon from static to using variable.
This commit is contained in:
JD 2021-01-08 16:48:26 -08:00 committed by GitHub
parent 3cdd0f6f1b
commit dc254f7280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{% include social.html %}
</div>
{% endif %}
<!-- Navbar Toogle -->
<!-- Navbar Toggle -->
<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">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>

View File

@ -123,7 +123,7 @@ a, table.table a {
display: block;
width: 22px;
height: 2px;
background-color: $grey-color-dark;
background-color: var(--global-icon-color);
border-radius: 1px;
margin-bottom: 4px;
transition: all 0.2s;