Skip to content

Commit 8deae8a

Browse files
authored
Correct a small error in Task Solutions
1 parent 6204de3 commit 8deae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One possible solution is as follows:
1818

1919
There are two things you need to do in this task. First, you need to write a selector for the `a` element which is more specific than the selector used to turn the background blue. I have achieved this by using the `id` selector which has very high specificity.
2020

21-
Then you need to remember that there are special keyword values for all properties. In this case I am using `inherit` to set the background back to be the same as its parent element.
21+
Then you need to remember that there are special keyword values for all properties. In this case I am using `initial` to set the background back to be the same as the default style of your browser, which is white.
2222

2323
## Attribute Selectors
2424

0 commit comments

Comments
 (0)