feat: added glow

This commit is contained in:
Nick 2024-12-09 03:06:20 -06:00
parent 0d662c56eb
commit 6867defd0a
19 changed files with 156 additions and 51 deletions

View file

@ -115,6 +115,7 @@ navbarContainer device content =
, D.widthEach { top = 0, bottom = 0, left = 0, right = 3 }
, D.color colourTheme.textDarkOrange
, B.color colourTheme.backgroundDarkGrey
, O.glow
]
(case ( device.class, device.orientation ) of
( Phone, Portrait ) ->
@ -353,7 +354,7 @@ desktopButtonMaker name icon =
, column
[ mouseOver [ F.color colourTheme.textLightOrange ]
, F.color colourTheme.textLightGrey
, htmlAttribute <| style "transition" "all 0.1s ease-in-out"
, htmlAttribute <| style "transition" "all 0.2s ease-in-out"
, alignBottom
]
[ text (String.toUpper name)