mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-06-15 17:31:14 +00:00
Color fix in crawler view
This commit is contained in:
parent
4092558872
commit
22deef5a81
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user