fix(curriculum): missing dot in class selector in step 24 of colored markers (#46585)

missing dot in class selector
This commit is contained in:
Dario-DC
2022-06-20 22:14:08 +02:00
committed by GitHub
parent eb507ddd45
commit e3ed3d7695

View File

@@ -9,7 +9,7 @@ dashedName: step-24
While the red and blue markers look the same, the green one is much lighter than it was before. This is because the `green` color keyword is actually a darker shade, and is about halfway between black and the maximum value for green.
In the `two` CSS rule, set the green value in the `rgb` function to `127` to lower its intensity.
In the `.two` CSS rule, set the green value in the `rgb` function to `127` to lower its intensity.
# --hints--