From 7b93445ce04d4db36895fbaedfcbe0e0101f4168 Mon Sep 17 00:00:00 2001 From: Kendall Pinto Date: Sat, 12 Mar 2022 23:11:09 +0530 Subject: [PATCH] chore: make rating button violet for darkmode. Purple is too dark for darkmode and is not clearly visible --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 907ee3e0..d9b2f87c 100644 --- a/styles.css +++ b/styles.css @@ -33,7 +33,7 @@ --font-color-christmas_message: pink; --lyrics-text-color: lime; --yml-btn: yellow; - --rate-song-btn: purple; + --rate-song-btn: violet; --grey: grey; font-family: "Roboto", sans-serif; }