mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-07 03:03:11 +00:00
Swaggy website rebrand
This commit is contained in:
parent
c5e22d0eb4
commit
a7150c089b
8 changed files with 22 additions and 10 deletions
|
@ -9,11 +9,14 @@ footer {
|
|||
display: flex; flex-direction: row; flex-wrap: wrap;
|
||||
justify-content: space-around; align-items: center;
|
||||
|
||||
background-color: var(--bg-dark); color: var(--fg);
|
||||
background-color: var(--bg); color: var(--fg);
|
||||
|
||||
border-radius: var(--rad);
|
||||
|
||||
box-shadow: var(--shadow);
|
||||
|
||||
border: 0.2rem solid var(--green);
|
||||
outline: 0.5rem solid var(--bg);
|
||||
}
|
||||
footer * {
|
||||
margin: 0; padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue