diff --git a/styles.css b/styles.css index cd0ffef0..ed09cbef 100644 --- a/styles.css +++ b/styles.css @@ -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; @@ -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; @@ -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;