From ddb8f1d8ccd886bc53cb2fe7025aca99e9b63d0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 15 Sep 2016 10:51:34 +0200 Subject: [PATCH] Change the links color in black page blocks --- app/static/src/sass/modules/_page.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index df2520ab..9fa94474 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -83,6 +83,10 @@ $module: ".page"; @include padding-bottom(2); @include margin(2 0 0 0); + a { + color: white; + } + h2:first-child { margin-top: 0; } -- 2.39.5