forked from deepStateMirrors/tabi
✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
parent
450501e218
commit
1bc52944c9
22 changed files with 170 additions and 45 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue