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; + } } }