feat: added glow

This commit is contained in:
Nick 2024-12-09 04:14:09 -06:00
parent 2b0c07de0d
commit b1074f1757

View file

@ -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