From ead768a454dc8e598cf0c3f2bc272db2adb0083c Mon Sep 17 00:00:00 2001 From: Abhishek Mahale <96944806+1472abhi@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:57:07 +0530 Subject: [PATCH 1/3] Update styles.css --- assets/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 664f5bc..a7343a6 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -7,7 +7,7 @@ --first-color: #9D4BFF; --first-color-dark: #23004D; --first-color-light: #A49EAC; - --first-color-lighten: #F2F2F2; + --first-color-lighten: #E4F0FF; /*===== Font and typography =====*/ --body-font: 'Open Sans', sans-serif; @@ -242,4 +242,4 @@ img{ .login__create{ bottom: -5.5rem; } -} \ No newline at end of file +} From 267d28e0ab3097e96338840c692dfab7e77c25d4 Mon Sep 17 00:00:00 2001 From: Abhishek Mahale <96944806+1472abhi@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:04:07 +0530 Subject: [PATCH 2/3] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 26b6cca..df907ad 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@