I stuck on the number 13 of the task and for some reason I don’t understand why, I searched similar examples and they look just like mine styles.css but I can’t pass it.
System gives me note: “You should define a --color0 variable in your root selector”
Hi @dreamsofmyfriend
It looks like you may have already declared the variables, but i think the tests are also checking whether you actually used them in the right places!
For example, defining --color0 in :root is only part of the requirement!! you also need to apply it to .available-0 , and the same idea for the rest of the colors!
Please try reading that instruction carefully one more time. It asks you to:
define the variables in :root
and use them to set the background colors of the corresponding .available-# classes
I continued with the assignment and completed setting the background colors of the corresponding . available-# classes but nothing changed. Still doesn’t let me to go to next topics.
I edited the last post to make it more readable. Now you should be able to see that there are two dashes in front of the colors used. I’m pretty sure the issue here was exactly what @ILM pointed out. The CSS filename had a typo.