Fixes from CSS refactor

This commit is contained in:
Annabel Dunstone Gray 2017-10-12 10:01:46 +00:00 committed by Phil Hughes
parent bdae881e2f
commit cc4362d3fb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
margin: 0;
list-style: none;
height: auto;
border-bottom: 1px solid $border-color;
li {
display: flex;
@ -24,6 +25,7 @@
&:focus {
text-decoration: none;
color: $black;
border-bottom: 2px solid $gray-darkest;
.badge {
color: $black;