add: new design (wip)

New design as WIP, swipe controls
This commit is contained in:
Fiona Lena Urban 2025-05-10 11:07:06 +02:00
parent 259adf53f6
commit 7af148058e
15 changed files with 354 additions and 142 deletions

View file

@ -1,9 +1,9 @@
.Footer {
background: var(--color-main-dark);
background: var(--color-main-darkest);
padding: 1rem;
& h4 {
color: var(--color-white);
color: var(--color-lightest);
text-align: center;
margin-bottom: 1rem;
}
@ -12,7 +12,7 @@
display: flex;
gap: 1rem;
justify-content: space-between;
color: var(--color-white-transparent);
color: var(--color-light);
}
& .socials {
@ -33,7 +33,7 @@
gap: 1rem;
& a {
color: var(--color-white);
color: var(--color-lightest);
text-decoration: none;
}
}