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 , glow
, D.color colourTheme.backgroundDarkGrey , D.color colourTheme.backgroundDarkGrey
, B.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" , htmlAttribute <| style "transition" "all 0.3s ease-in-out"
] ]
[ newTabLink [] [ newTabLink []
@ -142,10 +146,15 @@ cardImageMakerMobile image url =
, D.width 5 , D.width 5
, centerX , centerX
, alignBottom , alignBottom
, D.color colourTheme.backgroundLightGrey , glow
, B.color colourTheme.backgroundLightGrey , D.color colourTheme.backgroundDeepDarkGrey
, mouseOver [ D.color colourTheme.textDarkOrange ] , B.color colourTheme.backgroundDeepDarkGrey
, htmlAttribute <| style "transition" "all 0.1s ease-in-out" , mouseOver
[ D.color colourTheme.textDarkOrange
, B.color colourTheme.textDarkOrange
, glowHighlight
]
, htmlAttribute <| style "transition" "all 0.3s ease-in-out"
] ]
[ newTabLink [] [ newTabLink []
{ url = url { url = url