aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 23:33:56 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 23:33:56 +0100
commite3c4bb2efa513973bc26949a8be62fbe66e31a4f (patch)
tree75a46cbde3ec2d36cfd33bff63ae7c65d145c182 /styles
parent54dab1e00b38693e96c801d0c5a020693a35bbda (diff)
Implement new page layouts for Home, Contact, Portfolio, and Trajectory; update header and footer for multilingual support
Diffstat (limited to 'styles')
-rw-r--r--styles/shared.scss3
1 files changed, 3 insertions, 0 deletions
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;