diff --git a/frontend/src/Config/CardFormat.elm b/frontend/src/Config/CardFormat.elm index d4b50b3..90bd4d0 100755 --- a/frontend/src/Config/CardFormat.elm +++ b/frontend/src/Config/CardFormat.elm @@ -104,7 +104,11 @@ cardImageMaker image url = , glow , D.color colourTheme.backgroundDarkGrey , B.color colourTheme.backgroundDarkGrey - , mouseOver [ D.color colourTheme.textDarkOrange, glowHighlight ] + , mouseOver + [ D.color colourTheme.textDarkOrange + , B.color colourTheme.textDarkOrange + , glowHighlight + ] , htmlAttribute <| style "transition" "all 0.3s ease-in-out" ] [ newTabLink [] @@ -142,10 +146,15 @@ cardImageMakerMobile image url = , D.width 5 , centerX , alignBottom - , D.color colourTheme.backgroundLightGrey - , B.color colourTheme.backgroundLightGrey - , mouseOver [ D.color colourTheme.textDarkOrange ] - , htmlAttribute <| style "transition" "all 0.1s ease-in-out" + , glow + , D.color colourTheme.backgroundDeepDarkGrey + , B.color colourTheme.backgroundDeepDarkGrey + , mouseOver + [ D.color colourTheme.textDarkOrange + , B.color colourTheme.textDarkOrange + , glowHighlight + ] + , htmlAttribute <| style "transition" "all 0.3s ease-in-out" ] [ newTabLink [] { url = url