add to footer and move footer css to proper place

This commit is contained in:
2026-01-08 16:20:24 -08:00
parent 702b248663
commit 6f0ca3c92c
3 changed files with 24 additions and 21 deletions

View File

@ -97,3 +97,23 @@ nav ul a {
display: inline-block;
background-color: var(--color-bg);
}
footer {
color: var(--color-bg);
background-color: var(--color-text);
padding: 1rem;
}
footer p {
text-align: center;
margin: 0;
}
footer a {
color: var(--color-bg);
text-decoration-color: var(--color-bg);
}
footer a:focus-visible {
outline-color: var(--color-bg);
}