]> git.parisson.com Git - mezzo.git/commitdiff
Fix links hover in yellow block
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:46:20 +0000 (14:46 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:46:20 +0000 (14:46 +0200)
app/static/src/sass/modules/_page.scss

index 3ed891b03235fd3bb0137e54ba5c0399fbb519be..764d34ebb449bb33ee39e9de1781d03198623499 100644 (file)
@@ -114,11 +114,10 @@ $module: ".page";
                        }
 
                        &:hover {
-                    color: $color-main;
                                &:after {
                                        bottom: 0;
                                        background: $color-black;
-                                       height: 100%;
+                                       height: 1px;
                                }
                        }
                }