diff --git a/lessons/00-basic-selectors.json b/lessons/00-basic-selectors.json
index 08aa61a..dc58aa7 100644
--- a/lessons/00-basic-selectors.json
+++ b/lessons/00-basic-selectors.json
@@ -110,18 +110,10 @@
"value": "^strong\\s*{",
"message": "Include a strong { … } selector"
},
- {
- "type": "property_value",
- "value": {
- "property": "color",
- "expected": "red"
- },
- "message": "Set the color: red for strong elements"
- },
{
"type": "regex",
- "value": "strong\\s*{[^}]*}",
- "message": "Make sure to close your strong rule with a closing brace }"
+ "value": "strong\\s*{\\s*color:\\s*red;[^}]*}",
+ "message": "Set the color: red for strong elements"
}
]
},