From: Jérémy Fabre Date: Thu, 15 Sep 2016 08:51:34 +0000 (+0200) Subject: Change the links color in black page blocks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ddb8f1d8ccd886bc53cb2fe7025aca99e9b63d0a;p=mezzo.git Change the links color in black page blocks --- 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; }