diff --git a/snippets/zebra-striped-list.md b/snippets/zebra-striped-list.md index 964a7fa9c..c35d53cb4 100644 --- a/snippets/zebra-striped-list.md +++ b/snippets/zebra-striped-list.md @@ -18,7 +18,7 @@ Creates a striped list with alternating background colors, which is useful for d ```css li:nth-child(odd) { - background-color: #eee; + background-color: #ddd; } ```