Good morning, in investigating how to increase the contrast of some of the links in the website it looks like there is a typo in the main.css file for the colors of the navbar. After unminifying the css, and finding the element that corresponds to the coloring of these links we are using --hbs-primary-tex not --hbs-primary-text which does not seem to be defined.
a {
text-decoration: none;
color: var(--hbs-primary-tex);
}
Good morning, in investigating how to increase the contrast of some of the links in the website it looks like there is a typo in the main.css file for the colors of the navbar. After unminifying the css, and finding the element that corresponds to the coloring of these links we are using
--hbs-primary-tex
not--hbs-primary-text
which does not seem to be defined.and
https://web.dev/color-contrast/?utm_source=lighthouse&utm_medium=dotcom
Failing Elements