]> git.parisson.com Git - mezzo.git/commitdiff
Fix link color in pages
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Thu, 9 Feb 2017 09:56:27 +0000 (10:56 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Thu, 9 Feb 2017 09:56:27 +0000 (10:56 +0100)
app/static/src/sass/global/_typography.scss

index 0e26de5d8ea12af9b81e0ce3e6b2e6dbf5845688..4a94d15172d7dcd32b478a8298089b2066f50d82 100755 (executable)
@@ -97,10 +97,12 @@ main p, main ul.unstyled-list, main ul:not([class]), main td {
                z-index: 1;
                text-decoration: none;
                border-bottom: 1px solid $color-main;
+               color: $color-main;
                @include transition(all 0.15s ease-in-out);
 
                &:hover {
                        box-shadow: inset 0 -30px $color-main;
+                       color: $color-background;
                }
 
                /*&:after {