Add modern multi-column footer to the theme
This commit is contained in:
16
style.css
16
style.css
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user