Adjust color of .nav__items a
This commit is contained in:
parent
fb15bd6c3b
commit
fb1f0f1061
1 changed files with 4 additions and 1 deletions
|
@ -394,7 +394,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;
|
||||
|
|
Loading…
Reference in a new issue