I need clarification on the Learn Color Design Journey Around the World. Task#2 instructs to update text of the Body selector. But after doing this I don’t see any change. I have tried this in HSL, RGB, Hex, and color name, in various colors, and a few web browsers, but I have seen no changes. Even when the video teacher changes the font color, I didn’t see a change. Here is the part of the code that I changed. I used a very light color, but I the darker colors I tried didn’t show a change either.
body {
margin: 0 auto;
overflow-x: hidden;
width: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
color: hsl(200, 100%, 95%);