feat(landing): update images

This commit is contained in:
Alexander Navarro 2024-07-28 10:02:44 -04:00
parent 28d0e36ee7
commit 11f447d91d
4 changed files with 21 additions and 7 deletions

View file

@ -34,6 +34,7 @@ $border-radius: 0.5rem;
/* Colors are inspired by Material Design: https://m2.material.io/design/color/the-color-system.html */
--prj-bg: #{getColor('mantle')};
--prj-bg-transparent: #{color.scale(getColor('mantle'), $alpha: -10%)};
--prj-shadow: #{getColor('crust')};
--prj-text: #{getColor('text')};