Make focus colour pass WCAG

The default combination of blue on orange is not easy to read.
This commit is contained in:
Chris Hill-Scott
2017-08-07 11:40:40 +01:00
parent 5782ad49d9
commit dc356b6c7c

View File

@@ -29,6 +29,7 @@
border-left: 10px solid $yellow;
border-right: 3px solid $yellow;
right: -3px;
color: $text-colour;
}
}
@@ -53,6 +54,10 @@
text-decoration: underline;
}
&:focus {
color: $text-colour;
}
}
}