Scope <p> color to avoid meganav conflict

This commit is contained in:
Jason Costello 2017-03-07 12:15:40 -08:00 committed by Jack Pearkes
parent 84dfbdfac6
commit 6a0470fdaa
1 changed files with 3 additions and 4 deletions

View File

@ -7,10 +7,6 @@
text-align: center;
}
p {
color: $purple-text;
}
.hero {
@include padded;
background: $gray-background image-url("vagrant_header_background.png") no-repeat center -20px;
@ -67,6 +63,9 @@
font-size: 20px;
line-height: $baseline * 1.5;
}
p {
color: $purple-text;
}
}
}