use #0A64FF instead of Azure for better contrast

This commit is contained in:
Brian Hicks 2019-08-20 14:34:42 -05:00
parent 9c8ef672ca
commit ca11db145a

View File

@ -186,7 +186,7 @@ callout attrs children =
-- children
, Css.Global.descendants
[ Css.Global.a
[ Css.color Colors.azure
[ Css.color (Css.hex "0A64FF")
, Css.textDecoration Css.none
]
]