Skip to content

Commit

Permalink
add gray 5 to hostgator, webcom and newfold css
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Feb 7, 2023
1 parent 5b86954 commit 116d070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OnboardingSPA/styles/_branding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ body {
--nfd-onboarding-light-gray-2: #efefef;
--nfd-onboarding-light-gray-3: #f2f2f2;
--nfd-onboarding-light-gray-4: #a7a7a7;
--nfd-onboarding-light-gray-5: #eee;
--nfd-onboarding-dark: #1e2044;
--nfd-onboarding-border: 245, 246, 248;
--nfd-onboarding-drawer-icon-fill: var(--nfd-onboarding-tertiary);
Expand Down Expand Up @@ -82,6 +83,7 @@ body {
--nfd-onboarding-light-gray-2: #efefef;
--nfd-onboarding-light-gray-3: #f2f2f2;
--nfd-onboarding-light-gray-4: #a7a7a7;
--nfd-onboarding-light-gray-5: #eee;
--nfd-onboarding-dark: #000;
--nfd-onboarding-border: 219, 219, 219;
--nfd-onboarding-drawer-icon-fill: var(--nfd-onboarding-tertiary-alt);
Expand Down
1 change: 1 addition & 0 deletions src/OnboardingSPA/styles/_interface.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ body {
--nfd-onboarding-drawer-icon-active-fill: var(--nfd-onboarding-light);
--nfd-onboarding-footer-fg: var(--nfd-onboarding-dark);
--nfd-onboarding-footer-bg: var(--nfd-onboarding-light);
--nfd-onboarding-light-gray-5: #eee;
}

0 comments on commit 116d070

Please sign in to comment.