1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-19 11:24:24 +00:00

Color fix in crawler view

This commit is contained in:
2023-05-27 22:55:11 -05:00
parent 4092558872
commit 22deef5a81

View File

@ -192,6 +192,17 @@ body:not(.category-announcements-blog) .forum-custom-header-links > a {
}
}
body.crawler {
.custom-footer {
.footer-section-link-wrapper a {
color: var(--secondary-high)!important;
}
.small-link {
color: var(--secondary-high)!important;
}
}
}
#main-outlet {
// stick footer to bottom of short pages
min-height: 85vh;