diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/notebooks/Part 1 - Running Code.ipynb index ece3759..690120a 100644 --- a/examples/notebooks/Part 1 - Running Code.ipynb +++ b/examples/notebooks/Part 1 - Running Code.ipynb @@ -40,7 +40,7 @@ "var hl = function (id, on){\n", " $(id)[0].style.background = '';\n", " if (on) {\n", - " $(id)[0].style.background = 'gold';\n", + " $(id)[0].style.background = 'lightcyan';\n", " }\n", "};\n", "\n",