chore: push for isaac

This commit is contained in:
Nick 2024-11-23 15:37:36 -06:00
parent b0bfebf044
commit a5e3c57215
4 changed files with 271 additions and 305 deletions

View file

@ -25,5 +25,5 @@ colourTheme =
, highlightTextHover = rgb255 120 60 0
, backgroundColour = rgb255 40 40 40
, debugColour = rgb255 227 28 121
, darker = rgb255 49 50 68
, darker = rgb255 30 30 30
}

View file

@ -31,7 +31,7 @@ pageList =
transitionStyle : Attribute msg
transitionStyle =
htmlAttribute <| style "transition" "all 4s"
htmlAttribute <| style "transition" "all 0.4s ease-in-out"
transitionHighlightedLinkHover : Element msg -> Element msg