This commit is contained in:
Michał Gdula 2022-06-17 23:21:52 +01:00
parent b1d8d36704
commit 6e2f592d83
4 changed files with 86 additions and 46 deletions

View file

@ -9,7 +9,7 @@ footer {
display: flex; flex-direction: row; flex-wrap: wrap;
justify-content: space-around; align-items: center;
background-color: var(--bg); color: var(--fg);
background-color: var(--bg-dark); color: var(--fg);
border-radius: var(--rad);
@ -24,3 +24,6 @@ footer div {
justify-content: center; align-content: center;
text-align: center;
}
footer div h3 {
margin-bottom: 0.5rem;
}