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

missing dot in class selector
pull/46566/head
Dario-DC 2022-06-20 22:14:08 +02:00 committed by GitHub
parent eb507ddd45
commit e3ed3d7695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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--