add: new design (wip)
New design as WIP, swipe controls
This commit is contained in:
parent
259adf53f6
commit
7af148058e
15 changed files with 354 additions and 142 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue