Add modern multi-column footer to the theme

This commit is contained in:
Adolfo Reyna
2026-03-13 00:39:25 -04:00
parent 2e7276597f
commit deab9649c2
2 changed files with 67 additions and 3 deletions

View File

@@ -279,4 +279,20 @@ a:hover {
color: var(--brand-gold-leaf);
opacity: 0.2;
line-height: 1;
}
/* --- 4. Custom Footer Styling --- */
.site-footer.bg-dark {
background-color: #0b1424 !important;
/* Very dark slate derived from Deep Midnight */
}
.footer-link {
color: #adb5bd;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.footer-link:hover {
color: var(--brand-gold-leaf);
}