diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 23:33:56 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 23:33:56 +0100 |
| commit | e3c4bb2efa513973bc26949a8be62fbe66e31a4f (patch) | |
| tree | 75a46cbde3ec2d36cfd33bff63ae7c65d145c182 /styles/shared.scss | |
| parent | 54dab1e00b38693e96c801d0c5a020693a35bbda (diff) | |
Implement new page layouts for Home, Contact, Portfolio, and Trajectory; update header and footer for multilingual support
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 3 |
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; |
