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

@ -150,13 +150,20 @@ li:not(:last-child) {
}
.bg-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
var(--bg-image);
background-position: center;
background-size: cover;
color: var(--prj-bg);
color: var(--prj-text);
padding: var(--prj-spacing-3);
.text {
padding: var(--prj-spacing-2);
background-color: var(--prj-bg-transparent);
border-radius: var(--prj-border-radius);
}
}
a {