From d614aa2478a0814249568600c2569519aa5c8514 Mon Sep 17 00:00:00 2001 From: sahititadepalli <99517196+sahititadepalli@users.noreply.github.com> Date: Sat, 26 Feb 2022 16:16:33 -0800 Subject: [PATCH] Update style.css --- standalone-frontend/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/standalone-frontend/style.css b/standalone-frontend/style.css index a6dcf2585..7c0fd93f6 100644 --- a/standalone-frontend/style.css +++ b/standalone-frontend/style.css @@ -5,18 +5,18 @@ } body { - font-family: 'Nunito', sans-serif; + font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 100%; background: #F1F1F1; } *, html { - --primaryGradient: linear-gradient(93.12deg, #581B98 0.52%, #9C1DE7 100%); - --secondaryGradient: linear-gradient(268.91deg, #581B98 -2.14%, #9C1DE7 99.69%); + --primaryGradient: linear-gradient(93.12deg, #0190D6 0.52%, #37BCF4 100%); + --secondaryGradient: linear-gradient(268.91deg, #0190D6 -2.14%, #37BCF4 99.69%); --primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1); --secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1); - --primary: #581B98; + --primary: #162B52; } /* CHATBOX