diff --git a/_includes/header.html b/_includes/header.html index 6c44ff4..438169d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -13,7 +13,7 @@ {% include social.html %} {% endif %} - + Toggle navigation diff --git a/_sass/_base.scss b/_sass/_base.scss index 0798d2c..eed4dcf 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -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;