From 5a8af0946c9de377f377f17fa9896aef25cfe0de Mon Sep 17 00:00:00 2001 From: kiran haridas Date: Wed, 4 May 2022 11:00:07 +0530 Subject: [PATCH] Apext theme changes --- assets/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/_variables.scss b/assets/_variables.scss index 5fd1cf5..f9c4d60 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -21,7 +21,7 @@ sans-serif; // base colors - --blue: #024f9d; + --blue: #001380; --green: #008840; --orange: #e55a28; --red: #ff4558; @@ -45,7 +45,7 @@ --gray-800: var(--gray); // text color #333333 // basetheme - --primary-color: #024f9d; + --primary-color: #001380; --secondary-color: #008840; --tertiary-color: #e55a28;