Adjust navigation toggles

This commit is contained in:
Michael Rose
2018-11-25 20:20:03 -05:00
parent cbcc53de31
commit 2729b692f3
3 changed files with 6 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ body:hover .visually-hidden button {
position: relative;
width: $navicon-width;
height: $navicon-height;
background: #fff;
background: $primary-color;
margin: auto;
-webkit-transition: 0.3s;
transition: 0.3s;
@@ -327,7 +327,7 @@ body:hover .visually-hidden button {
left: 0;
width: $navicon-width;
height: $navicon-height;
background: #fff;
background: $primary-color;
-webkit-transition: 0.3s;
transition: 0.3s;
}