diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 4d4ae95cad4..926676c9e4d 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -3681,8 +3681,8 @@
"Make the body element's background color a dark gray by giving it the hex code value of #111111."
],
"tests": [
- "assert($(\"body\").css(\"background-color\") === \"rgb(17, 17, 17)\", 'Give your body element the background-color of a light gray.')",
- "assert(editor.match(/#111111/g) && editor.match(/#111111/g).length > 0, 'Use hex code to make a light gray. For example body { color: #111111; }.')"
+ "assert($(\"body\").css(\"background-color\") === \"rgb(17, 17, 17)\", 'Give your body element the background-color of a dark gray.')",
+ "assert(editor.match(/#111111/g) && editor.match(/#111111/g).length > 0, 'Use hex code to make a dark gray. For example body { color: #111111; }.')"
],
"challengeSeed": [
"