From 364fa76956730217266264152ee2d5b19ddbb71a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 11:40:55 +0200 Subject: [PATCH] UI Landing: Use variable instead of magic number for background. --- src/styles/_project-landing.sass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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