From 4f414625c5b28c4925400323db40a9f37c76d140 Mon Sep 17 00:00:00 2001 From: kiran haridas Date: Wed, 4 May 2022 11:43:14 +0530 Subject: [PATCH 1/2] Apex theme change for portal and app --- themes/themes-mobile.scss | 2 +- themes/themes-portal.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/themes-mobile.scss b/themes/themes-mobile.scss index aa4f125..9204c62 100644 --- a/themes/themes-mobile.scss +++ b/themes/themes-mobile.scss @@ -1486,7 +1486,7 @@ html[device-accessable-theme="accessible"][data-theme="JOYFUL"] { --color-panther: #424242 !important; --color-gray34: #575757 !important; - --app-primary:#00458F !important; + --app-primary:#001380 !important; --app-medium-gray:#4A4A4A; --app-light-gray:#555; $red: #AD0011; diff --git a/themes/themes-portal.scss b/themes/themes-portal.scss index 5f34cfb..ee76eff 100644 --- a/themes/themes-portal.scss +++ b/themes/themes-portal.scss @@ -253,7 +253,7 @@ html[data-theme=Darkmode][layout='old'] { html[data-theme='Default'][layout='joy'] { --primary-hs: 206, 100%; - --primary-color: #024F9D; + --primary-color: #001380; --primary-300: #74B9EB; --primary-200: #AFCCE1; --primary-800: hsl(var(--primary-hs), 40%); From 8fbd492a000dcfbfb2b945e8424d4dfad8fadf08 Mon Sep 17 00:00:00 2001 From: kiran haridas Date: Wed, 4 May 2022 12:28:41 +0530 Subject: [PATCH 2/2] Header color change --- themes/themes-portal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/themes-portal.scss b/themes/themes-portal.scss index ee76eff..3d15eb7 100644 --- a/themes/themes-portal.scss +++ b/themes/themes-portal.scss @@ -275,7 +275,7 @@ html[data-theme='Default'][layout='joy'] { } html[layout='joy'] { - --primary-theme: #FFD954; + --primary-theme: #9EC5E8; --sbt-header-bg: var(--primary-theme); --sbt-body-bg: #e9e8d9; --sbt-body-bg2: #f3f3e5;