Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ a:active {
}

.button {
background-color: #4CAF50;
/* Green */
background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
/* Used in main page */
border: none;
color: white;
Expand Down Expand Up @@ -162,7 +161,7 @@ a:active {
}

.playlist-button {
background-color: red;
background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
border: none;
color: white;
padding: 15px 32px;
Expand All @@ -175,7 +174,7 @@ a:active {
}

.socials-button {
background-color: #FF5722;
background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
border: none;
color: white;
padding: 15px 32px;
Expand Down