diff --git a/src/app/globals.css b/src/app/globals.css index 574eee0..5e849e2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10,6 +10,7 @@ --ext-color-primary-5: #e7ccc0; --ext-color-primary-6: #64b3b4; --ext-color-primary-7: #a8dcca; + --ext-color-primary-8: #e3b19b; --background: #ffffff; --foreground: #171717; } @@ -23,6 +24,7 @@ --ext-color-primary-5: #e7ccc0; --ext-color-primary-6: #64b3b4; --ext-color-primary-7: #a8dcca; + --ext-color-primary-8: #e3b19b; --background: #0a0a0a; --foreground: #ededed; } diff --git a/src/components/Blocks/BeforeFooter/index.tsx b/src/components/Blocks/BeforeFooter/index.tsx index 9a151ae..86ba85b 100644 --- a/src/components/Blocks/BeforeFooter/index.tsx +++ b/src/components/Blocks/BeforeFooter/index.tsx @@ -52,7 +52,7 @@ export function BeforeFooterBlock({ title, description, buttonText, showLinier =