Skip to content

Commit

Permalink
colors updated for playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctoic committed Jan 13, 2024
1 parent 96d92eb commit 1501dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.button {
background-color: #4CAF50; /* Green */
background-color: #f0f0f0; /* Green */
border: none;
color: white;
padding: 10px 20px;
Expand All @@ -40,7 +40,7 @@ h1 {
#playlist li {
cursor: pointer;
padding: 15px;
background-color: #ffffff;
background-color: #59db6b;
border-radius: 8px;
margin-bottom: 10px;
transition: background-color 0.3s ease;
Expand Down

0 comments on commit 1501dd4

Please sign in to comment.