Adjust color of .nav__items a

This commit is contained in:
Michael Rose 2016-11-17 15:43:28 -05:00
parent 3408e27fcf
commit fb15bd6c3b

View file

@ -393,7 +393,6 @@
a {
display: block;
padding: 0.25em 0;
color: inherit;
@include breakpoint($large) {
padding-top: 0.125em;
@ -425,6 +424,10 @@
margin: 0;
font-size: 1.25rem;
a {
color: inherit;
}
@include breakpoint(max-width $large) {
position: relative;
max-height: 0;