feat(footer): add configurable footer menu (#197)

This commit is contained in:
Óscar Fernández
2023-10-05 14:20:34 +02:00
committed by GitHub
parent 450501e218
commit 1bc52944c9
22 changed files with 170 additions and 45 deletions

View File

@@ -1,7 +1,14 @@
footer {
margin-top: auto;
margin-bottom: 1.4rem;
color: var(--meta-color);
font-size: 0.88rem;
font-family: var(--post-font-family);
text-align: center;
.nav-links {
color: var(--primary-color);
}
}
footer section {
@@ -68,13 +75,3 @@ footer nav {
}
}
}
.credits {
color: var(--meta-color);
font-size: 0.88rem;
text-align: center;
p {
margin: 0;
}
}