Adjust color of .nav__items a
This commit is contained in:
parent
3408e27fcf
commit
fb15bd6c3b
1 changed files with 4 additions and 1 deletions
|
@ -393,7 +393,6 @@
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0.25em 0;
|
padding: 0.25em 0;
|
||||||
color: inherit;
|
|
||||||
|
|
||||||
@include breakpoint($large) {
|
@include breakpoint($large) {
|
||||||
padding-top: 0.125em;
|
padding-top: 0.125em;
|
||||||
|
@ -425,6 +424,10 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
@include breakpoint(max-width $large) {
|
@include breakpoint(max-width $large) {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue