From 1be1f0c7ec7a13467d972ce17a72303e569500bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 9 Feb 2017 10:56:27 +0100 Subject: [PATCH] Fix link color in pages --- app/static/src/sass/global/_typography.scss | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5