feat: push

This commit is contained in:
Nick 2024-11-23 02:28:14 -06:00
parent 4d59a6997c
commit f79e2d9fca
5 changed files with 601 additions and 264 deletions

View file

@ -30,7 +30,7 @@ pageList =
transitionStyle : Attribute msg
transitionStyle =
htmlAttribute <| style "transition" "all .1s"
htmlAttribute <| style "transition" "all .4s"
transitionHighlightedLinkHover : Element msg -> Element msg