]> git.parisson.com Git - mezzo.git/commitdiff
Change the links color in black page blocks
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 08:51:34 +0000 (10:51 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 08:51:34 +0000 (10:51 +0200)
app/static/src/sass/modules/_page.scss

index df2520ab72604acfebbef190e9f09cd14c98c5bf..9fa94474dbd0b5ea1f847813ef2a10957a17dc41 100644 (file)
@@ -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;
             }