diff --git a/client/src/components/main/voteComponent/index.css b/client/src/components/main/voteComponent/index.css index 77308ea..d52a90a 100644 --- a/client/src/components/main/voteComponent/index.css +++ b/client/src/components/main/voteComponent/index.css @@ -15,12 +15,12 @@ } .vote-button-upvoted { - background-color: #38a169; + background-color: #63a88a; color: white; } .vote-button-downvoted { - background-color: #e53e3e; + background-color: #be5362; color: white; }