fix(curriculum): remove first person language from colored markers (#67406)

Signed-off-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Vinod Mali
2026-05-15 01:46:28 +05:30
committed by GitHub
parent 774453e16e
commit 000c7b73c5
@@ -7,7 +7,7 @@ dashedName: step-26
# --description--
Now that you've practiced with secondary colors, let's review how to create <dfn>tertiary colors</dfn>. Tertiary colors are created by combining a primary color with a nearby secondary color.
Now that you've practiced with secondary colors, here's a review of how to create <dfn>tertiary colors</dfn>: tertiary colors are created by combining a primary color with a nearby secondary color.
To create the tertiary color orange, update the `rgb` function in the `.one` CSS rule by setting red to its maximum value (`255`) and green to `127`.