From 6a0470fdaa3cf7f3a8c4d4812efadc33be4fb531 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Tue, 7 Mar 2017 12:15:40 -0800 Subject: [PATCH] Scope

color to avoid meganav conflict --- website/source/assets/stylesheets/_home.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 09aecc1d4..764861ca3 100644 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -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; + } } }