diff --git a/src/styles/_project-landing.sass b/src/styles/_project-landing.sass index bd4d8f7..a247010 100644 --- a/src/styles/_project-landing.sass +++ b/src/styles/_project-landing.sass @@ -1,9 +1,7 @@ -$color-background-landing: #111 - .landing-home .page-content @extend .text-white - background-color: $color-background-landing + background-color: $color-bg-dark-pages .jumbotron padding-bottom: 15em @@ -72,6 +70,6 @@ $color-background-landing: #111 z-index: 1 &:after background-color: transparent - background-image: linear-gradient(transparent 65%, $color-background-landing 100%) + background-image: linear-gradient(transparent 65%, $color-bg-dark-pages 100%) display: block visibility: visible