From 143cd27c5500488e6d81d9df0805dc52e7ff7a63 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 27 Mar 2019 12:17:15 +0100 Subject: [PATCH] UI Landing: Use dark background. --- src/styles/_project-landing.sass | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/styles/_project-landing.sass b/src/styles/_project-landing.sass index 79dd54c..1c44244 100644 --- a/src/styles/_project-landing.sass +++ b/src/styles/_project-landing.sass @@ -1,6 +1,27 @@ +$color-background-landing: #111 + .landing + .page-content + @extend .text-white + background-color: $color-background-landing + + .jumbotron + padding-bottom: 15em + padding-top: 12em + + .card + @extend .bg-transparent + @extend .text-white + + .card-text + @extend .text-secondary + .node-details-description @extend .mx-auto + color: #ddd + + a + color: $color-primary .gallery max-width: 1024px