From e3c4bb2efa513973bc26949a8be62fbe66e31a4f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:33:56 +0100 Subject: Implement new page layouts for Home, Contact, Portfolio, and Trajectory; update header and footer for multilingual support --- styles/shared.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles') diff --git a/styles/shared.scss b/styles/shared.scss index d36696f..202651c 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -15,6 +15,9 @@ $lightAlt: hsl(0, 0%, 100%); $noteBackground: hsl(210, 40%, 96%); $noteText: hsl(210, 40%, 40%); +$warningBackground: hsl(40, 100%, 90%); +$warningText: hsl(40, 100%, 30%); + $shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); $floatingRadius: 0.5rem; -- cgit v1.3