Tell us what’s happening:
Hi there please help…
On the topic of visual accessibility, contrast between elements is a key factor. For example, the contrast between the text and the background of a heading should be at least 4.5:1.
Change the font color of all the anchor elements within the list elements to something with a contrast ratio of at least 7:1.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
a {
color: #FFE3D6;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1
Challenge Information:
Learn Accessibility by Building a Quiz - Step 46