From 6c7c73f8f893370a05514825b1130af96036b3bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 10:31:07 +0100 Subject: [PATCH] Update black page block style --- app/static/src/sass/modules/_page.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 8656c870..a7aed2ae 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -277,7 +277,7 @@ $module: ".page"; &--black { - background-color: $color-black; + background-color: $color-background; color: white; @include padding-top(2); @include padding-bottom(2); @@ -288,7 +288,7 @@ $module: ".page"; content: ""; display: block; height: 1px; - background: rgba(255, 255, 255, 0.5); + background: rgba($color-main, 0.5); width: 100%; top: -4px; position: absolute; @@ -297,7 +297,7 @@ $module: ".page"; content: ""; display: block; height: 1px; - background: rgba(255, 255, 255, 0.5); + background: rgba($color-main, 0.5); width: 100%; bottom: -4px; position: absolute; -- 2.39.5