feat: changed colour names to be more intuitive

This commit is contained in:
Nick 2024-11-28 00:58:24 -06:00
parent ed73a38cbe
commit 6019079212
10 changed files with 65 additions and 65 deletions

View file

@ -195,7 +195,7 @@ circumstanceMaker dodgeEntry =
VagueGesture ->
"Chose to gesture vaguely instead of engaging"
)
, text "." |> el [ F.color colourTheme.nonHighlightedText ]
, text "." |> el [ F.color colourTheme.textLightGrey ]
, row [ alignTop, alignLeft ]
(List.indexedMap
(\index2 link ->
@ -212,7 +212,7 @@ circumstanceMaker dodgeEntry =
, label =
row []
[ transitionHighlightedLinkHover <| (text (String.fromInt (index2 + 1)) |> el [ F.size 13 ])
, text ", " |> el [ F.color colourTheme.nonHighlightedText ]
, text ", " |> el [ F.color colourTheme.textLightGrey ]
]
}
)