From 22deef5a818c9df74aa71e6fb5c3193436d3b2c3 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sat, 27 May 2023 22:55:11 -0500 Subject: [PATCH] Color fix in crawler view --- common/common.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common/common.scss b/common/common.scss index bb1cbc9..9962ddf 100644 --- a/common/common.scss +++ b/common/common.scss @@ -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;