feat: Add menu to footer

This commit is contained in:
Peter Keefe
2023-04-28 09:59:07 -04:00
parent be5badf317
commit 756a2ffbd9
2 changed files with 37 additions and 0 deletions

View File

@ -58,3 +58,11 @@
#theme-toggle:focus {
outline: 0;
}
.footer nav a {
border-bottom: none;
}
.footer nav a:hover {
border-bottom: none;
}