Running apca-w3 against the site, the footer appears to have poor perceptual contrast.
The footer is currently declared as the hex colour #d93 in the CSS. This is scoring -54.013.
Switching the text colour to #ddd increases the APCA score to -85.4.
before (#d93)

after (#ddd)

I was going to open a pull request with the suggestion, but there are related CSS variables in the code that I couldn't tell if were unused and could be removed, or part of some build system I'm not privy to.
Running
apca-w3against the site, the footer appears to have poor perceptual contrast.The footer is currently declared as the hex colour
#d93in the CSS. This is scoring-54.013.Switching the text colour to
#dddincreases the APCA score to-85.4.before (

#d93)after (

#ddd)I was going to open a pull request with the suggestion, but there are related CSS variables in the code that I couldn't tell if were unused and could be removed, or part of some build system I'm not privy to.