From eeab0a407eec94427252fbe2d85d22fc3e4032cc Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 4 Apr 2019 14:20:19 +0200 Subject: [PATCH] UI Landing: Style tweaks --- src/styles/_project-landing.sass | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/styles/_project-landing.sass b/src/styles/_project-landing.sass index d2a9937..f3470de 100644 --- a/src/styles/_project-landing.sass +++ b/src/styles/_project-landing.sass @@ -25,6 +25,13 @@ a color: $color-primary + .btn-outline-primary + border-color: $color-text-light + color: $color-text-light + + &:hover + border-color: transparent + .gallery max-width: 1024px @@ -73,6 +80,6 @@ z-index: 1 &:after background-color: transparent - background-image: linear-gradient(transparent 65%, $color-bg-dark-pages 100%) + background-image: linear-gradient(transparent 60%, $color-bg-dark-pages 100%) display: block visibility: visible