Skip to content

Commit cdf2921

Browse files
authored
Update style.css
1 parent 1e9413f commit cdf2921

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • task11-delete-list-items-dynamically

task11-delete-list-items-dynamically/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ul {
6262
li {
6363
padding: 8px 12px;
6464
border-radius: 10px;
65-
background-color: rgb(241, 223, 200);
65+
background-color: rgb(223, 223, 223);
6666
list-style: none;
6767
margin-bottom: 10px;
6868
width: 100%;
@@ -123,3 +123,4 @@ li button {
123123
padding: 6px 10px;
124124
}
125125
}
126+

0 commit comments

Comments
 (0)