Skip to content

Commit ffdec05

Browse files
authored
Update learn/tasks/cascade/marking.md
1 parent 833a039 commit ffdec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/tasks/cascade/marking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ One possible solution is as follows:
1010
}
1111
```
1212

13-
There are two things the student needs to do in this task. First, write a selector for the `a` element which is more specific than the selector used to turn the background blue. In this solution, this is achieved by using the `id` selector which has very high specificity.
13+
There are two things the student needs to do in this task. First, write a selector for the `a` element which is more specific than the selector used to turn the background powderblue. In this solution, this is achieved by using the `id` selector which has very high specificity.
1414

1515
Then the student needs to remember there are special keyword values for all properties. In this case, using `inherit` sets the background color back to be the same as its parent element.
1616

0 commit comments

Comments
 (0)