From: Jérémy Fabre Date: Thu, 9 Feb 2017 09:56:27 +0000 (+0100) Subject: Fix link color in pages X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1be1f0c7ec7a13467d972ce17a72303e569500bc;p=mezzo.git Fix link color in pages --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 0e26de5d..4a94d151 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -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 {