Scope <p> color to avoid meganav conflict
This commit is contained in:
parent
84dfbdfac6
commit
6a0470fdaa
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue