Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashmit17 authored Aug 27, 2023
1 parent dd14a07 commit 131ca6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ position: absolute;
height: 28px;
width: 28px;
border-radius: 50%;
background-image: url(images/unchecked.png);
background-image: url(unchecked.png);
background-size: cover;
background-position: center;
top: 12px;
Expand All @@ -85,7 +85,7 @@ ul li.checked
}
ul li.checked::before
{
background-image:url(images/checked.png);
background-image:url(checked.png);

}
ul li span{
Expand All @@ -102,4 +102,4 @@ ul li span{
}
ul li span:hover{
background: #edeef0;
}
}

0 comments on commit 131ca6a

Please sign in to comment.