diff --git a/source/code-snippets/_homepage-variables-css.md b/source/code-snippets/_homepage-variables-css.md index 4152579d2..b91e51fa9 100644 --- a/source/code-snippets/_homepage-variables-css.md +++ b/source/code-snippets/_homepage-variables-css.md @@ -1,6 +1,6 @@ ```css body { font: 100% Helvetica, sans-serif; - color: #ccc; + color: #333; } -``` \ No newline at end of file +```