From efb7c805d81b0261d47bcb2d3e6108315d265e9f Mon Sep 17 00:00:00 2001 From: Ahmed Chergaoui Date: Mon, 14 Oct 2013 20:45:42 +0200 Subject: [PATCH] Replaced #ccc by #333 for consistency --- source/code-snippets/_homepage-variables-css.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```