Commit cc4362d3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Phil Hughes

Fixes from CSS refactor

parent bdae881e
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
margin: 0; margin: 0;
list-style: none; list-style: none;
height: auto; height: auto;
border-bottom: 1px solid $border-color;
li { li {
display: flex; display: flex;
...@@ -24,6 +25,7 @@ ...@@ -24,6 +25,7 @@
&:focus { &:focus {
text-decoration: none; text-decoration: none;
color: $black; color: $black;
border-bottom: 2px solid $gray-darkest;
.badge { .badge {
color: $black; color: $black;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment