fix: use darker color to have a clear contrast
This commit is contained in:
@ -18,7 +18,7 @@ Creates a striped list with alternating background colors, which is useful for d
|
|||||||
|
|
||||||
```css
|
```css
|
||||||
li:nth-child(odd) {
|
li:nth-child(odd) {
|
||||||
background-color: #eee;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user