Increase top nav button contrast for a11y

Using https://github.com/Khan/tota11y for a11y recommendations for this
and all future style work.
This commit is contained in:
Matthew Ross 2016-05-08 19:41:26 -04:00
parent 528c79c1aa
commit eaf88269d7

View File

@ -28,12 +28,8 @@
}
.flat {
background-color: lighten($color-background, 3%);
background-color: lighten($color-background, 10%);
color: $color-primary;
&:hover {
background-color: lighten($color-background, 9%);
}
}
}
}