feat: add footer links and fal logo

This commit is contained in:
2024-08-26 17:27:51 +01:00
parent 498fa97a86
commit ba62f3bfa2
4 changed files with 24 additions and 7 deletions

View File

@@ -72,9 +72,12 @@ main {
footer {
padding: 1rem 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--text);
text-align: center;
text-wrap: nowrap;
overflow: auto;
}
@media (min-width: 768px) {
footer {
@@ -82,11 +85,6 @@ footer {
}
}
footer > span {
color: var(--text);
opacity: 0.5;
}
a {
color: var(--link-accent);
}
@@ -378,3 +376,12 @@ aside#notification > #notification-title {
opacity: 0;
}
}
.fal-logo {
vertical-align: bottom;
height: 1rem;
}
.fal-link {
text-decoration: none;
}