From d4f5a886fa80b937fe4e1307d9673e744fafbf64 Mon Sep 17 00:00:00 2001 From: tuhindas56 <67787961+tuhindas56@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:00:14 +0530 Subject: [PATCH] Update sign up button text color --- styles/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index e1ac496..070b875 100644 --- a/styles/style.css +++ b/styles/style.css @@ -205,8 +205,7 @@ button.signup:active { .ad-button { font-size: 20px; - font-weight: 600; - color: #e5e7eb; + color: #ffffff; background-color: #3883f6; border: 2px solid white; border-radius: 10px;