From 983831e4ce33a49738474ee261fbc77ef0f0520b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 17 Aug 2015 05:30:28 -0700 Subject: [PATCH] fix 1844 --- challenges/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 4d4ae95cad..926676c9e4 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": [ "