Merge pull request #22 from chergaoui/master

Replaced #ccc by #333 for consistency
This commit is contained in:
₍˄ุ.͡˳̫.˄ุ₎ 2013-10-14 12:01:35 -07:00
commit 6cbd439437

View File

@ -1,6 +1,6 @@
```css
body {
font: 100% Helvetica, sans-serif;
color: #ccc;
color: #333;
}
```
```