Swaggy website rebrand

This commit is contained in:
Michał Gdula 2022-07-13 22:31:47 +01:00
parent c5e22d0eb4
commit a7150c089b
8 changed files with 22 additions and 10 deletions

View file

@ -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;